From: Martin Vajnar Date: Tue, 6 Feb 2018 17:55:40 +0000 (+0100) Subject: Fix default kernel cmdline X-Git-Url: https://rtime.felk.cvut.cz/gitweb/zynq/linux-build.git/commitdiff_plain/38a2378f43844f6fdcc67d4c3e8e19568dcfdc0e Fix default kernel cmdline --- diff --git a/build/xlnx_4.9/linux/.config b/build/xlnx_4.9/linux/.config index ff1c2ae..c9484be 100644 --- a/build/xlnx_4.9/linux/.config +++ b/build/xlnx_4.9/linux/.config @@ -548,7 +548,7 @@ CONFIG_ATAGS=y CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 # CONFIG_ARM_APPENDED_DTB is not set -CONFIG_CMDLINE="asd" +CONFIG_CMDLINE="console=ttyPS0,115200n8 root=/dev/ram rw initrd=0x00800000,16M earlyprintk mtdparts=physmap-flash.0:512K(nor-fsbl),512K(nor-u-boot),5M(nor-linux),9M(nor-user),1M(nor-scratch),-(nor-rootfs)" CONFIG_CMDLINE_FROM_BOOTLOADER=y # CONFIG_CMDLINE_EXTEND is not set # CONFIG_CMDLINE_FORCE is not set