[PATCH v2] enable CONFIG_USE_BOOTCOMMAND

Srinuvasan Arjunan srinuvasan_a at mentor.com
Fri Apr 28 08:52:18 CEST 2023


From: Srinuvasan A <srinuvasan.a at siemens.com>

There is no default boot command set for de0-nano-soc.
This results in simply dropping to the u-boot shell.

With this, the target now automatically invokes distro_bootcmd
to boot the kernel.

Signed-off-by: Srinuvasan A <srinuvasan.a at siemens.com>
---
 configs/socfpga_de0_nano_soc_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/socfpga_de0_nano_soc_defconfig b/configs/socfpga_de0_nano_soc_defconfig
index 364ae912ca..d48a9caa9a 100644
--- a/configs/socfpga_de0_nano_soc_defconfig
+++ b/configs/socfpga_de0_nano_soc_defconfig
@@ -15,7 +15,6 @@ CONFIG_TARGET_SOCFPGA_TERASIC_DE0_NANO=y
 CONFIG_FIT=y
 CONFIG_TIMESTAMP=y
 CONFIG_DISTRO_DEFAULTS=y
-# CONFIG_USE_BOOTCOMMAND is not set
 CONFIG_DEFAULT_FDT_FILE="socfpga_cyclone5_de0_nano_soc.dtb"
 CONFIG_SYS_CONSOLE_IS_IN_ENV=y
 CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y
-- 
2.34.1



More information about the U-Boot mailing list