layerscape: add 64b/32b target for ls1012ardb device
[openwrt/openwrt.git] / package / boot / uboot-layerscape / patches / 0087-armv8-ls1012a-Update-bootargs.patch
1 From 5610e5d9a759ecf48eccc1271aea8f8bc3399b50 Mon Sep 17 00:00:00 2001
2 From: Pratiyush Mohan Srivastava <pratiyush.srivastava@nxp.com>
3 Date: Wed, 17 Aug 2016 18:31:53 +0530
4 Subject: [PATCH 87/93] armv8/ls1012a: Update bootargs
5
6 Add optimization parameters like "quiet" in bootargs to reduce the system
7 boot time
8
9 Signed-off-by: Pratiyush Mohan Srivastava <pratiyush.srivastava@nxp.com>
10 Signed-off-by: Harninder Rai <harninder.rai@nxp.com>
11 ---
12 include/configs/ls1012a_common.h | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/include/configs/ls1012a_common.h b/include/configs/ls1012a_common.h
16 index 7e935ad..0489492 100644
17 --- a/include/configs/ls1012a_common.h
18 +++ b/include/configs/ls1012a_common.h
19 @@ -153,7 +153,7 @@
20 #define CONFIG_BOOTCOMMAND "bootm $kernel_load"
21 #else
22 #define CONFIG_BOOTARGS "console=ttyS0,115200 root=/dev/ram0 " \
23 - "earlycon=uart8250,mmio,0x21c0500"
24 + "earlycon=uart8250,mmio,0x21c0500 quiet lpj=250000"
25 #define CONFIG_BOOTCOMMAND "pfe stop; sf probe 0:0; sf read $kernel_load "\
26 "$kernel_start $kernel_size && "\
27 "bootm $kernel_load"
28 --
29 1.7.9.5
30