diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-15 12:03:54 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-05 17:03:01 -0400 |
commit | bca4509d575912e0521ce8448d41aabfc1c5e964 (patch) | |
tree | 0ebef1c309360d9b5e1ef6046c05cc273df2b06c /include/configs/T102xRDB.h | |
parent | 1f7e2fc324e414f28e9a6984f53a91da8ed8e64b (diff) | |
download | u-boot-bca4509d575912e0521ce8448d41aabfc1c5e964.tar.gz u-boot-bca4509d575912e0521ce8448d41aabfc1c5e964.tar.bz2 u-boot-bca4509d575912e0521ce8448d41aabfc1c5e964.zip |
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/T102xRDB.h')
-rw-r--r-- | include/configs/T102xRDB.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T102xRDB.h b/include/configs/T102xRDB.h index 3f32354038..9d68f2568d 100644 --- a/include/configs/T102xRDB.h +++ b/include/configs/T102xRDB.h @@ -126,7 +126,6 @@ #define CONFIG_SYS_DDR_SDRAM_BASE 0x00000000 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE #if defined(CONFIG_TARGET_T1024RDB) -#define CONFIG_SYS_SPD_BUS_NUM 0 #define SPD_EEPROM_ADDRESS 0x51 #define CONFIG_SYS_SDRAM_SIZE 4096 /* for fixed parameter use */ #elif defined(CONFIG_TARGET_T1023RDB) |