diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-30 18:07:21 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-08 09:06:28 -0400 |
commit | f9f3209a3478b1393180705cfdaed618d5d6ed3a (patch) | |
tree | 6551ea90a7ab39fd80a635b25289bfef6e42c78a /include/configs/r2dplus.h | |
parent | 8c3e231b8f6772fff55eca191ce7ed6a211ee0a7 (diff) | |
download | u-boot-f9f3209a3478b1393180705cfdaed618d5d6ed3a.tar.gz |
Convert CONFIG_CONS_SCIF0 et al to Kconfig
This converts the following to Kconfig:
CONFIG_CONS_SCIF0
CONFIG_CONS_SCIF1
CONFIG_CONS_SCIF2
CONFIG_CONS_SCIF4
CONFIG_CONS_SCIFA0
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/r2dplus.h')
-rw-r--r-- | include/configs/r2dplus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/r2dplus.h b/include/configs/r2dplus.h index 869f9f52ae1..54674094e83 100644 --- a/include/configs/r2dplus.h +++ b/include/configs/r2dplus.h @@ -4,7 +4,6 @@ #define __LITTLE_ENDIAN__ 1 /* SCIF */ -#define CONFIG_CONS_SCIF1 1 /* SDRAM */ #define CONFIG_SYS_SDRAM_BASE 0x8C000000 |