All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configs: sama5d27_wlsom1_ek_mmc: add default bootargs
@ 2021-05-18  9:02 Eugen Hristev
  2021-06-02  7:24 ` Eugen.Hristev
  0 siblings, 1 reply; 2+ messages in thread
From: Eugen Hristev @ 2021-05-18  9:02 UTC (permalink / raw)
  To: u-boot

Add default bootarguments with booting from mmc0 for this configuration.
This will allow a default Linux boot for this board.

Suggested-by: Jarvis Chen <jarvis.chen@microchip.com>
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
---
 configs/sama5d27_wlsom1_ek_mmc_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/sama5d27_wlsom1_ek_mmc_defconfig b/configs/sama5d27_wlsom1_ek_mmc_defconfig
index a778df54bf..c60d4c6be5 100644
--- a/configs/sama5d27_wlsom1_ek_mmc_defconfig
+++ b/configs/sama5d27_wlsom1_ek_mmc_defconfig
@@ -26,6 +26,7 @@ CONFIG_SYS_EXTRA_OPTIONS="SAMA5D2"
 CONFIG_SD_BOOT=y
 CONFIG_BOOTDELAY=3
 CONFIG_USE_BOOTARGS=y
+CONFIG_BOOTARGS="console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rw rootwait"
 # CONFIG_DISPLAY_BOARDINFO is not set
 CONFIG_DISPLAY_BOARDINFO_LATE=y
 CONFIG_MISC_INIT_R=y
-- 
2.25.1

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

* Re: [PATCH] configs: sama5d27_wlsom1_ek_mmc: add default bootargs
  2021-05-18  9:02 [PATCH] configs: sama5d27_wlsom1_ek_mmc: add default bootargs Eugen Hristev
@ 2021-06-02  7:24 ` Eugen.Hristev
  0 siblings, 0 replies; 2+ messages in thread
From: Eugen.Hristev @ 2021-06-02  7:24 UTC (permalink / raw)
  To: u-boot; +Cc: Jarvis.Chen

On 5/18/21 12:02 PM, Eugen Hristev wrote:
> Add default bootarguments with booting from mmc0 for this configuration.
> This will allow a default Linux boot for this board.
> 
> Suggested-by: Jarvis Chen <jarvis.chen@microchip.com>
> Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
> ---
>   configs/sama5d27_wlsom1_ek_mmc_defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/configs/sama5d27_wlsom1_ek_mmc_defconfig b/configs/sama5d27_wlsom1_ek_mmc_defconfig
> index a778df54bf..c60d4c6be5 100644
> --- a/configs/sama5d27_wlsom1_ek_mmc_defconfig
> +++ b/configs/sama5d27_wlsom1_ek_mmc_defconfig
> @@ -26,6 +26,7 @@ CONFIG_SYS_EXTRA_OPTIONS="SAMA5D2"
>   CONFIG_SD_BOOT=y
>   CONFIG_BOOTDELAY=3
>   CONFIG_USE_BOOTARGS=y
> +CONFIG_BOOTARGS="console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rw rootwait"
>   # CONFIG_DISPLAY_BOARDINFO is not set
>   CONFIG_DISPLAY_BOARDINFO_LATE=y
>   CONFIG_MISC_INIT_R=y
> 

Applied to u-boot-atmel/next

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

end of thread, other threads:[~2021-06-02  7:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-18  9:02 [PATCH] configs: sama5d27_wlsom1_ek_mmc: add default bootargs Eugen Hristev
2021-06-02  7:24 ` Eugen.Hristev

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.