diff options
author | Yutang Jiang <yutang.jiang@nxp.com> | 2016-12-01 23:01:27 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-12-12 09:57:40 +0100 |
commit | d5fc7430ca293213dd4f1de7f52446c17d4def6a (patch) | |
tree | 4d884312e45871f219a0f1993c80299cc1cc61a6 /package/boot/uboot-layerscape/patches/0087-armv8-ls1012a-Update-bootargs.patch | |
parent | b0ac825884e7bfe3f68385109df3234e37022c71 (diff) | |
download | mtk-20170518-d5fc7430ca293213dd4f1de7f52446c17d4def6a.zip mtk-20170518-d5fc7430ca293213dd4f1de7f52446c17d4def6a.tar.gz mtk-20170518-d5fc7430ca293213dd4f1de7f52446c17d4def6a.tar.bz2 |
layerscape: uboot-layerscape: prefer github over git.freescale.com
In order to prevent the impact of the merger of the company and the potential
rebase of the SDK repositories, migrate the u-boot source to github.
Signed-off-by: Yutang Jiang <yutang.jiang@nxp.com>
Diffstat (limited to 'package/boot/uboot-layerscape/patches/0087-armv8-ls1012a-Update-bootargs.patch')
-rw-r--r-- | package/boot/uboot-layerscape/patches/0087-armv8-ls1012a-Update-bootargs.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/package/boot/uboot-layerscape/patches/0087-armv8-ls1012a-Update-bootargs.patch b/package/boot/uboot-layerscape/patches/0087-armv8-ls1012a-Update-bootargs.patch deleted file mode 100644 index e6c73a7..0000000 --- a/package/boot/uboot-layerscape/patches/0087-armv8-ls1012a-Update-bootargs.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 5610e5d9a759ecf48eccc1271aea8f8bc3399b50 Mon Sep 17 00:00:00 2001 -From: Pratiyush Mohan Srivastava <pratiyush.srivastava@nxp.com> -Date: Wed, 17 Aug 2016 18:31:53 +0530 -Subject: [PATCH 87/93] armv8/ls1012a: Update bootargs - -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> ---- - include/configs/ls1012a_common.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/include/configs/ls1012a_common.h b/include/configs/ls1012a_common.h -index 7e935ad..0489492 100644 ---- a/include/configs/ls1012a_common.h -+++ b/include/configs/ls1012a_common.h -@@ -153,7 +153,7 @@ - #define CONFIG_BOOTCOMMAND "bootm $kernel_load" - #else - #define CONFIG_BOOTARGS "console=ttyS0,115200 root=/dev/ram0 " \ -- "earlycon=uart8250,mmio,0x21c0500" -+ "earlycon=uart8250,mmio,0x21c0500 quiet lpj=250000" - #define CONFIG_BOOTCOMMAND "pfe stop; sf probe 0:0; sf read $kernel_load "\ - "$kernel_start $kernel_size && "\ - "bootm $kernel_load" --- -1.7.9.5 - |