configs: sama5d27_wlsom1_ek_mmc: add default bootargs
authorEugen Hristev <eugen.hristev@microchip.com>
Tue, 18 May 2021 08:58:42 +0000 (11:58 +0300)
committerEugen Hristev <eugen.hristev@microchip.com>
Wed, 2 Jun 2021 07:22:55 +0000 (10:22 +0300)
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

index b7624be..f019e07 100644 (file)
@@ -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