turris_1x: Normalize Kconfig usage
We don't set many options in the board Kconfig entry file but instead
use defconfigs, select in some cases on the target itself, or update the
"default" options of the main entries when needed. In this case we can
remove most of the board Kconfig entries and just add them to the
defconfig like other platforms.
Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index b441ba9..fd0ef36 100644
--- a/arch/powerpc/cpu/mpc85xx/Kconfig
+++ b/arch/powerpc/cpu/mpc85xx/Kconfig
@@ -177,6 +177,10 @@
bool "Support Turris 1.x"
select SUPPORT_SPL
select ARCH_P2020
+ select BOARD_EARLY_INIT_F
+ select BOARD_EARLY_INIT_R
+ select LAST_STAGE_INIT
+ select OF_BOARD_SETUP
select SYS_L2_SIZE_512KB
config TARGET_P2041RDB