From 38a2378f43844f6fdcc67d4c3e8e19568dcfdc0e Mon Sep 17 00:00:00 2001 From: Martin Vajnar Date: Tue, 6 Feb 2018 18:55:40 +0100 Subject: [PATCH] Fix default kernel cmdline --- build/xlnx_4.9/linux/.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2