aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugen Hristev2018-10-08 02:36:59 -0500
committerTom Rini2018-10-22 08:18:49 -0500
commit3fbf61a77045a3f2249454b6b0aafd2d1c3ece2a (patch)
treeaff5ca6f4d35f159f0d8edccc4ffef718d675e5d /configs
parent76892d0115d9a81c65ae09226a0dd61fb0059caf (diff)
downloadu-boot-3fbf61a77045a3f2249454b6b0aafd2d1c3ece2a.tar.gz
u-boot-3fbf61a77045a3f2249454b6b0aafd2d1c3ece2a.tar.xz
u-boot-3fbf61a77045a3f2249454b6b0aafd2d1c3ece2a.zip
configs: sama5d2_ptc_ek: add default bootargs for NAND defconfig
Add the default kernel bootargs according to our NAND flash demo layout: http://www.at91.com/linux4sam/bin/view/Linux4SAM/Sama5d2PtcEKMainPage#NAND_Flash_demo_Memory_map Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/sama5d2_ptc_ek_nandflash_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sama5d2_ptc_ek_nandflash_defconfig b/configs/sama5d2_ptc_ek_nandflash_defconfig
index 5dc2a60ba3..dd6068dd46 100644
--- a/configs/sama5d2_ptc_ek_nandflash_defconfig
+++ b/configs/sama5d2_ptc_ek_nandflash_defconfig
@@ -13,6 +13,8 @@ CONFIG_FIT=y
13CONFIG_SYS_EXTRA_OPTIONS="SAMA5D2" 13CONFIG_SYS_EXTRA_OPTIONS="SAMA5D2"
14CONFIG_NAND_BOOT=y 14CONFIG_NAND_BOOT=y
15CONFIG_BOOTDELAY=3 15CONFIG_BOOTDELAY=3
16CONFIG_USE_BOOTARGS=y
17CONFIG_BOOTARGS="console=ttyS0,115200 earlyprintk mtdparts=atmel_nand:256k(bootstrap)ro,768k(uboot)ro,256K(env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=6 root=ubi0:rootfs"
16CONFIG_CONSOLE_MUX=y 18CONFIG_CONSOLE_MUX=y
17CONFIG_MISC_INIT_R=y 19CONFIG_MISC_INIT_R=y
18# CONFIG_DISPLAY_BOARDINFO is not set 20# CONFIG_DISPLAY_BOARDINFO is not set