kernel: add console=ttyAS0,115200 bigphysarea=20000 parameters directly to kernel, thanks tehlers

This commit is contained in:
Jaroslav Kysela 2015-04-22 20:17:50 +02:00
parent 3025dad38a
commit 26f0dff40a
3 changed files with 3 additions and 3 deletions

View File

@ -365,7 +365,8 @@ CONFIG_BOOT_LINK_OFFSET=0x00800000
CONFIG_ENTRY_OFFSET=0x00001000
# CONFIG_UBC_WAKEUP is not set
# CONFIG_CMDLINE_OVERWRITE is not set
# CONFIG_CMDLINE_EXTEND is not set
CONFIG_CMDLINE_EXTEND=y
CONFIG_CMDLINE="console=ttyAS0,115200 bigphysarea=20000"
#
# Bus options

View File

@ -1,4 +1,4 @@
set filesize
fatload usb 0 $load_addr satip-axe-@VERSION@.fw
if test \"${filesize}\" != \"\"; then nand erase fw2-nand0; nand write.jffs2 $load_addr fw2-nand0 $filesize; fi
if test \"${satip-axe}\" = \"\"; then set bootcmd run\ updatefw\;set\ bootargs\ console\=ttyAS0\,115200\ bigphysarea\=20000\;nboot.jffs2\ \$load_addr fw2-nand0; set satip-axe 1; saveenv; fi
if test \"${satip-axe}\" = \"\"; then set bootcmd run\ updatefw\;nboot.jffs2\ \$load_addr fw2-nand0; set satip-axe 1; saveenv; fi

View File

@ -1,3 +1,2 @@
fatload usb 0 $load_addr satip-axe-@VERSION@.fw
set bootargs console=ttyAS0,115200 bigphysarea=20000
bootm $load_addr