All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] socfpga_de0_nano_soc: enable CONFIG_USE_BOOTCOMMAND
@ 2022-07-15 13:46 Vijai Kumar K
  2022-08-17 10:06 ` Kanagarajan, Vijaikumar
  2023-04-28  6:52 ` [PATCH v2] " Srinuvasan Arjunan
  0 siblings, 2 replies; 3+ messages in thread
From: Vijai Kumar K @ 2022-07-15 13:46 UTC (permalink / raw)
  To: dinguyen, u-boot; +Cc: Vijai Kumar K

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(-)

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: [PATCH] socfpga_de0_nano_soc: enable CONFIG_USE_BOOTCOMMAND
  2022-07-15 13:46 [PATCH] socfpga_de0_nano_soc: enable CONFIG_USE_BOOTCOMMAND Vijai Kumar K
@ 2022-08-17 10:06 ` Kanagarajan, Vijaikumar
  2023-04-28  6:52 ` [PATCH v2] " Srinuvasan Arjunan
  1 sibling, 0 replies; 3+ messages in thread
From: Kanagarajan, Vijaikumar @ 2022-08-17 10:06 UTC (permalink / raw)
  To: dinguyen, u-boot



> -----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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH v2] enable CONFIG_USE_BOOTCOMMAND
  2022-07-15 13:46 [PATCH] socfpga_de0_nano_soc: enable CONFIG_USE_BOOTCOMMAND Vijai Kumar K
  2022-08-17 10:06 ` Kanagarajan, Vijaikumar
@ 2023-04-28  6:52 ` Srinuvasan Arjunan
  1 sibling, 0 replies; 3+ messages in thread
From: Srinuvasan Arjunan @ 2023-04-28  6:52 UTC (permalink / raw)
  To: dinguyen, u-boot; +Cc: trini, Srinuvasan A

From: Srinuvasan A <srinuvasan.a@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@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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-28 11:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-15 13:46 [PATCH] socfpga_de0_nano_soc: enable CONFIG_USE_BOOTCOMMAND Vijai Kumar K
2022-08-17 10:06 ` Kanagarajan, Vijaikumar
2023-04-28  6:52 ` [PATCH v2] " Srinuvasan Arjunan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.