From 185e586dac02be44c7e707754cf6bb313ade2bba Mon Sep 17 00:00:00 2001 From: Pratiyush Srivastava Date: Mon, 10 Oct 2016 18:45:15 +0530 Subject: 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 Signed-off-by: Harninder Rai Reviewed-by: York Sun 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" -- cgit v0.10.2