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/ls1043ardb.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/ls1043ardb.h')
-rw-r--r-- | include/configs/ls1043ardb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ls1043ardb.h b/include/configs/ls1043ardb.h index edb4e64ee4..f39a940655 100644 --- a/include/configs/ls1043ardb.h +++ b/include/configs/ls1043ardb.h @@ -12,8 +12,6 @@ /* Physical Memory Map */ -#define CONFIG_SYS_SPD_BUS_NUM 0 - #ifndef CONFIG_SPL #define CONFIG_SYS_DDR_RAW_TIMING #define CONFIG_MEM_INIT_VALUE 0xdeadbeef |