summaryrefslogtreecommitdiffstats
path: root/include/configs/ls2080ardb.h
diff options
context:
space:
mode:
authorPratiyush Mohan Srivastava <pratiyush.srivastava@freescale.com>2015-10-31 15:50:18 +0530
committerYork Sun <yorksun@freescale.com>2015-12-13 18:27:29 -0800
commitb22b1dc6b7b5a74c7655a85b312ff3df0e69c4fe (patch)
tree5a29db808e9ff69d57fa93d57f4ab1fee7d1c427 /include/configs/ls2080ardb.h
parente994dddbbe031c818758b2ea91f59697b07d94b6 (diff)
downloadblackbird-obmc-uboot-b22b1dc6b7b5a74c7655a85b312ff3df0e69c4fe.tar.gz
blackbird-obmc-uboot-b22b1dc6b7b5a74c7655a85b312ff3df0e69c4fe.zip
Enable console log from earlyconsole in Linux bootargs
Remove 115200 from "earlycon" to avoid loss of initial log messages during linux kernel 4.1 bootup Signed-off-by: Pratiyush Mohan Srivastava <pratiyush.srivastava@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/ls2080ardb.h')
-rw-r--r--include/configs/ls2080ardb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h
index 44a47d5889..faccc6f35b 100644
--- a/include/configs/ls2080ardb.h
+++ b/include/configs/ls2080ardb.h
@@ -313,7 +313,7 @@ unsigned long get_board_sys_clk(void);
#undef CONFIG_BOOTARGS
#define CONFIG_BOOTARGS "console=ttyS1,115200 root=/dev/ram0 " \
- "earlycon=uart8250,mmio,0x21c0600,115200 " \
+ "earlycon=uart8250,mmio,0x21c0600" \
"ramdisk_size=0x2000000 default_hugepagesz=2m" \
" hugepagesz=2m hugepages=16"
OpenPOWER on IntegriCloud