summaryrefslogtreecommitdiff
path: root/configs/stm32f429-discovery_defconfig
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@foss.st.com>2021-10-06 17:16:23 +0200
committerPatrice Chotard <patrice.chotard@foss.st.com>2021-10-08 08:25:57 +0200
commitc7f85e1f61dd4862787f08a4e5ec4e47a58b05e6 (patch)
tree0924d3b13070c89ad416e5cec1b8bdc4b29933c5 /configs/stm32f429-discovery_defconfig
parent454994727d0937bb232f339cfd01bd78ca722828 (diff)
stm32f429: move CONFIG_BOOTCOMMAND in defconfig
Move CONFIG_BOOTCOMMAND defined in Kconfig in the board defconfig. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'configs/stm32f429-discovery_defconfig')
-rw-r--r--configs/stm32f429-discovery_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32f429-discovery_defconfig b/configs/stm32f429-discovery_defconfig
index a84c297228..06e4631d9f 100644
--- a/configs/stm32f429-discovery_defconfig
+++ b/configs/stm32f429-discovery_defconfig
@@ -10,6 +10,7 @@ CONFIG_STM32F4=y
CONFIG_TARGET_STM32F429_DISCOVERY=y
CONFIG_ENV_VARS_UBOOT_CONFIG=y
CONFIG_BOOTDELAY=3
+CONFIG_BOOTCOMMAND="run bootcmd_romfs"
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="console=ttyS0,115200 earlyprintk consoleblank=0 ignore_loglevel"
# CONFIG_DISPLAY_CPUINFO is not set