summaryrefslogtreecommitdiff
path: root/configs/sama5d2_icp_qspiflash_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-11-07 22:59:41 -0500
committerTom Rini <trini@konsulko.com>2021-11-12 14:18:17 -0500
commit406257ae4162adefa46951ff673ae9bbe03756fe (patch)
tree4c3b6cd4924cd7763857c9e91ab680a7f9712d8f /configs/sama5d2_icp_qspiflash_defconfig
parent53b3df4e0c78a1662b9d2eeba05da17df2f7756e (diff)
Convert CONFIG_MISC_INIT_F et al to Kconfig
This converts the following to Kconfig: CONFIG_MISC_INIT_F CONFIG_MISC_INIT_R Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/sama5d2_icp_qspiflash_defconfig')
-rw-r--r--configs/sama5d2_icp_qspiflash_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sama5d2_icp_qspiflash_defconfig b/configs/sama5d2_icp_qspiflash_defconfig
index 153c9e46826..7722a5e8937 100644
--- a/configs/sama5d2_icp_qspiflash_defconfig
+++ b/configs/sama5d2_icp_qspiflash_defconfig
@@ -25,6 +25,7 @@ CONFIG_BOOTDELAY=3
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="console=ttyS0,115200 earlycon earlyprintk=serial,ttyS0, ignore_loglevel root=/dev/mmcblk0p2 memtest=0 rootfstype=ext4 rw rootwait"
CONFIG_DISPLAY_BOARDINFO_LATE=y
+CONFIG_MISC_INIT_R=y
CONFIG_HUSH_PARSER=y
CONFIG_CMD_CONFIG=y
CONFIG_CMD_BOOTZ=y