diff options
author | Tom Rini | 2022-06-15 12:03:54 -0400 |
---|---|---|
committer | Tom Rini | 2022-07-05 17:03:01 -0400 |
commit | bca4509d575912e0521ce8448d41aabfc1c5e964 (patch) | |
tree | 0ebef1c309360d9b5e1ef6046c05cc273df2b06c /include/configs/T4240RDB.h | |
parent | 1f7e2fc324e414f28e9a6984f53a91da8ed8e64b (diff) |
Convert CONFIG_SYS_SPD_BUS_NUM to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_SPD_BUS_NUM
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/T4240RDB.h')
-rw-r--r-- | include/configs/T4240RDB.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T4240RDB.h b/include/configs/T4240RDB.h index 6f5b7594299..29447e4895a 100644 --- a/include/configs/T4240RDB.h +++ b/include/configs/T4240RDB.h @@ -178,7 +178,6 @@ /* * DDR Setup */ -#define CONFIG_SYS_SPD_BUS_NUM 0 #define SPD_EEPROM_ADDRESS1 0x52 #define SPD_EEPROM_ADDRESS2 0x54 #define SPD_EEPROM_ADDRESS3 0x56 |