summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorEugen Hristev <eugen.hristev@microchip.com>2021-05-18 11:58:42 +0300
committerEugen Hristev <eugen.hristev@microchip.com>2021-06-02 10:22:55 +0300
commita1c93bde36fa05edb2f481e83f92800805b3085d (patch)
treefb7f83a274e8dc2c250923d74987502fbedbced7 /configs
parent0b4f0081746369bb1954cfeb1cfb1d3b4ff3e6b0 (diff)
configs: sama5d27_wlsom1_ek_mmc: add default bootargs
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/sama5d27_wlsom1_ek_mmc_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sama5d27_wlsom1_ek_mmc_defconfig b/configs/sama5d27_wlsom1_ek_mmc_defconfig
index b7624beb4ce..f019e073aba 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