diff mbox series

socfpga_de0_nano_soc: enable CONFIG_USE_BOOTCOMMAND

Message ID 20220715134639.3379917-1-Vijaikumar_Kanagarajan@mentor.com
State Needs Review / ACK, archived
Delegated to: Marek Vasut
Headers show
Series socfpga_de0_nano_soc: enable CONFIG_USE_BOOTCOMMAND | expand

Commit Message

Vijai Kumar K July 15, 2022, 1:46 p.m. UTC
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: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
---
 configs/socfpga_de0_nano_soc_defconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Vijai Kumar K Aug. 17, 2022, 10:06 a.m. UTC | #1
> -----Original Message-----
> From: Kanagarajan, Vijaikumar <Vijaikumar_Kanagarajan@mentor.com>
> Sent: 15 July 2022 19:17
> To: dinguyen@kernel.org; u-boot@lists.denx.de
> Cc: Kanagarajan, Vijaikumar <Vijaikumar_Kanagarajan@mentor.com>
> Subject: [PATCH] socfpga_de0_nano_soc: enable
> CONFIG_USE_BOOTCOMMAND
> 
> 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: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>


Ping.

Thanks,
Vijai Kumar K

> ---
>  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 ec7355d2cc..ddc147e8a0 100644
> --- a/configs/socfpga_de0_nano_soc_defconfig
> +++ b/configs/socfpga_de0_nano_soc_defconfig
> @@ -12,7 +12,6 @@ CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
>  CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x800000
>  CONFIG_FIT=y
>  CONFIG_TIMESTAMP=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.25.1
diff mbox series

Patch

diff --git a/configs/socfpga_de0_nano_soc_defconfig b/configs/socfpga_de0_nano_soc_defconfig
index ec7355d2cc..ddc147e8a0 100644
--- a/configs/socfpga_de0_nano_soc_defconfig
+++ b/configs/socfpga_de0_nano_soc_defconfig
@@ -12,7 +12,6 @@  CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
 CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x800000
 CONFIG_FIT=y
 CONFIG_TIMESTAMP=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