diff options
author | Tom Rini | 2022-03-30 18:07:21 -0400 |
---|---|---|
committer | Tom Rini | 2022-04-08 09:06:28 -0400 |
commit | f9f3209a3478b1393180705cfdaed618d5d6ed3a (patch) | |
tree | 6551ea90a7ab39fd80a635b25289bfef6e42c78a /include/configs/rcar-gen3-common.h | |
parent | 8c3e231b8f6772fff55eca191ce7ed6a211ee0a7 (diff) |
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/rcar-gen3-common.h')
-rw-r--r-- | include/configs/rcar-gen3-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/rcar-gen3-common.h b/include/configs/rcar-gen3-common.h index c3759ed19bf..5bb6bf3d782 100644 --- a/include/configs/rcar-gen3-common.h +++ b/include/configs/rcar-gen3-common.h @@ -60,7 +60,6 @@ #define CONFIG_SPL_STACK 0xe6304000 #define CONFIG_SPL_MAX_SIZE 0x7000 #ifdef CONFIG_SPL_BUILD -#define CONFIG_CONS_SCIF2 #define CONFIG_SH_SCIF_CLK_FREQ 65000000 #endif |