diff options
author | Tom Rini | 2021-12-11 14:55:47 -0500 |
---|---|---|
committer | Tom Rini | 2021-12-27 08:40:33 -0500 |
commit | 5fd4a7ed0ce102c7f3720f67555878bc0b395eb6 (patch) | |
tree | 54b6cf1aca43edef76074464b1654c10c690945c /configs/xilinx_versal_virt_defconfig | |
parent | 936c8559dfe53c33a9bc6b9d0f324d56b0247c64 (diff) |
Clarify CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW in Kconfig
This is a "hex" prompt but the default value was given as an int.
Switch the default to hex (0x0) and remove the defconfigs that were
using the default, but as hex before.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/xilinx_versal_virt_defconfig')
-rw-r--r-- | configs/xilinx_versal_virt_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig index f0ec2639a38..711439b2413 100644 --- a/configs/xilinx_versal_virt_defconfig +++ b/configs/xilinx_versal_virt_defconfig @@ -63,7 +63,6 @@ CONFIG_DM_I2C=y CONFIG_SYS_I2C_CADENCE=y CONFIG_MISC=y CONFIG_I2C_EEPROM=y -CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW=0x0 CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_MMC_IO_VOLTAGE=y CONFIG_MMC_UHS_SUPPORT=y |