diff options
author | Pratiyush Srivastava <pratiyush.srivastava@nxp.com> | 2016-10-10 18:45:15 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-21 09:20:32 -0800 |
commit | 185e586dac02be44c7e707754cf6bb313ade2bba (patch) | |
tree | e72e4f4cdfc1096b02403f26de9338d91b9ac663 | |
parent | 693d4c9f1dc40fcf24ced459bc4d1b46db33298a (diff) | |
download | u-boot-imx-185e586dac02be44c7e707754cf6bb313ade2bba.zip u-boot-imx-185e586dac02be44c7e707754cf6bb313ade2bba.tar.gz u-boot-imx-185e586dac02be44c7e707754cf6bb313ade2bba.tar.bz2 |
armv8:ls1012a: Update bootargs for fast-boot
Add optimization parameters like "quiet" in bootargs to reduce the system
boot time
Signed-off-by: Pratiyush Mohan Srivastava <pratiyush.srivastava@nxp.com>
Signed-off-by: Harninder Rai <harninder.rai@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
-rw-r--r-- | include/configs/ls1012a_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ls1012a_common.h b/include/configs/ls1012a_common.h index 80603c9..20f0c61 100644 --- a/include/configs/ls1012a_common.h +++ b/include/configs/ls1012a_common.h @@ -110,7 +110,7 @@ "kernel_size=0x2800000\0" \ #define CONFIG_BOOTARGS "console=ttyS0,115200 root=/dev/ram0 " \ - "earlycon=uart8250,mmio,0x21c0500" + "earlycon=uart8250,mmio,0x21c0500 quiet lpj=250000" #define CONFIG_BOOTCOMMAND "sf probe 0:0; sf read $kernel_load "\ "$kernel_start $kernel_size && "\ "bootm $kernel_load" |