aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-layerscape/patches/0087-armv8-ls1012a-Update-bootargs.patch
diff options
context:
space:
mode:
authorYutang Jiang <yutang.jiang@nxp.com>2016-12-01 23:01:27 +0800
committerJohn Crispin <john@phrozen.org>2016-12-12 09:57:40 +0100
commitd5fc7430ca293213dd4f1de7f52446c17d4def6a (patch)
tree4d884312e45871f219a0f1993c80299cc1cc61a6 /package/boot/uboot-layerscape/patches/0087-armv8-ls1012a-Update-bootargs.patch
parentb0ac825884e7bfe3f68385109df3234e37022c71 (diff)
downloadupstream-d5fc7430ca293213dd4f1de7f52446c17d4def6a.tar.gz
upstream-d5fc7430ca293213dd4f1de7f52446c17d4def6a.tar.bz2
upstream-d5fc7430ca293213dd4f1de7f52446c17d4def6a.zip
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.patch30
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 e6c73a7ed9..0000000000
--- 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
-