diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-18 00:59:41 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-30 21:10:05 +0300 |
commit | d7d40f614d5e6b6c7369ebd001d3ac191b3e360b (patch) | |
tree | 11197522b2f04bab15beff4c9c1b97c7bb69e81f /include/configs/p1_p2_rdb_pc.h | |
parent | 433eb4affc497ed9e88e1e758bc3e1f21c6fda4d (diff) | |
download | u-boot-d7d40f614d5e6b6c7369ebd001d3ac191b3e360b.tar.xz |
Convert CONFIG_ID_EEPROM to Kconfig
This converts the following to Kconfig:
CONFIG_ID_EEPROM
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/p1_p2_rdb_pc.h')
-rw-r--r-- | include/configs/p1_p2_rdb_pc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index 54c82b4f33..05a841d22b 100644 --- a/include/configs/p1_p2_rdb_pc.h +++ b/include/configs/p1_p2_rdb_pc.h @@ -484,7 +484,6 @@ /* * I2C2 EEPROM */ -#undef CONFIG_ID_EEPROM #define CONFIG_RTC_PT7C4338 #define CONFIG_SYS_I2C_RTC_ADDR 0x68 |