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/vf610twr.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/vf610twr.h')
-rw-r--r-- | include/configs/vf610twr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/vf610twr.h b/include/configs/vf610twr.h index 7f4bfb5124..32d9df0a00 100644 --- a/include/configs/vf610twr.h +++ b/include/configs/vf610twr.h @@ -26,7 +26,6 @@ #define CONFIG_FEC_MXC_PHYADDR 0 /* I2C Configs */ -#define CONFIG_SYS_SPD_BUS_NUM 0 /* * We do have 128MB of memory on the Vybrid Tower board. Leave the last |