]> git.baikalelectronics.ru Git - uboot.git/commit
Clarify CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW in Kconfig
authorTom Rini <trini@konsulko.com>
Sat, 11 Dec 2021 19:55:47 +0000 (14:55 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 27 Dec 2021 13:40:33 +0000 (08:40 -0500)
commit1df86a92c65e9c12304518a85fa69f110e8e2c13
tree54b6cf1aca43edef76074464b1654c10c690945c
parent1fda3cfc31539296c91dbb0197f7881f20f7ddce
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>
configs/imx6q_logic_defconfig
configs/phycore-imx8mm_defconfig
configs/phycore-imx8mp_defconfig
configs/xilinx_versal_virt_defconfig
configs/xilinx_zynq_virt_defconfig
configs/xilinx_zynqmp_virt_defconfig
drivers/misc/Kconfig