summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2022-09-06 12:33:25 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2022-09-06 16:11:20 +0200
commit9f89023433ce1650c3f0339d313e5a3fe93da138 (patch)
treede04a268314bf29e14a48cfc67c53c7e7dcff0a8
parent5b6e91b65b4b800cacf3c2f2694c496881e7b2c3 (diff)
downloadDistroKit-9f89023433ce1650c3f0339d313e5a3fe93da138.tar.gz
DistroKit-9f89023433ce1650c3f0339d313e5a3fe93da138.tar.xz
v7a: barebox: enable CONFIG_BOOTM_INITRD in the generic config
It was enabled for mx6&rpi&stm32mp&vexpress, but not for am335x&at91. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Link: https://lore.pengutronix.de/20220906103328.3303545-1-jlu@pengutronix.de Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--configs/platform-v7a/barebox.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/platform-v7a/barebox.config b/configs/platform-v7a/barebox.config
index 655ab1c..e5dbe66 100644
--- a/configs/platform-v7a/barebox.config
+++ b/configs/platform-v7a/barebox.config
@@ -160,7 +160,7 @@ CONFIG_TIMESTAMP=y
CONFIG_BOOTM=y
CONFIG_BOOTM_SHOW_TYPE=y
CONFIG_BOOTM_VERBOSE=y
-# CONFIG_BOOTM_INITRD is not set
+CONFIG_BOOTM_INITRD=y
CONFIG_BOOTM_OFTREE=y
# CONFIG_BOOTM_OFTREE_UIMAGE is not set
# CONFIG_BOOTM_AIMAGE is not set