commit | 5fd4a7ed0ce102c7f3720f67555878bc0b395eb6 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Dec 11 14:55:47 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 27 08:40:33 2021 -0500 |
tree | 54b6cf1aca43edef76074464b1654c10c690945c | |
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>