summaryrefslogtreecommitdiff
path: root/arch/arm/mach-kirkwood
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2022-08-17 21:37:58 +0200
committerStefan Roese <sr@denx.de>2022-08-23 12:39:36 +0200
commit7717c2faf8984505a72962bac582ce65fb2a4641 (patch)
treeb342b8110634610d545cb2cdc3939b7461029dfb /arch/arm/mach-kirkwood
parentb6a0683fe6b38cf0c5fb80a4eb07743908f04311 (diff)
board: lsxl: automatically select CONFIG_MISC_INIT_R
The board code needs this to be set. Otherwise, the recovery mechanism doesn't work. Therefore, select this option automatically with the board. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/mach-kirkwood')
-rw-r--r--arch/arm/mach-kirkwood/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig
index 98bb10c2de..f5460f3bd3 100644
--- a/arch/arm/mach-kirkwood/Kconfig
+++ b/arch/arm/mach-kirkwood/Kconfig
@@ -45,6 +45,7 @@ config TARGET_LSXL
bool "lsxl Board"
select FEROCEON_88FR131
select KW88F6281
+ select MISC_INIT_R
config TARGET_POGO_E02
bool "pogo_e02 Board"