aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-layerscape
diff options
context:
space:
mode:
authorYangbo Lu <yangbo.lu@nxp.com>2017-10-19 19:42:59 +0800
committerJohn Crispin <john@phrozen.org>2017-11-10 23:00:47 +0100
commitede04541ba751956c59235ed736c679e8a494c35 (patch)
treebe9ad5a38bcfce7abf78296ce7224d1968905765 /package/boot/uboot-layerscape
parent38417e9ce18ac995a3a89a2f90d7716f2eed8428 (diff)
downloadupstream-ede04541ba751956c59235ed736c679e8a494c35.tar.gz
upstream-ede04541ba751956c59235ed736c679e8a494c35.tar.bz2
upstream-ede04541ba751956c59235ed736c679e8a494c35.zip
layerscape: stop pfe before starting up kernel
For ls1012ardb, pfe should be stopped before starting up kernel. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Diffstat (limited to 'package/boot/uboot-layerscape')
-rw-r--r--package/boot/uboot-layerscape/patches/0003-armv8-ls1012ardb-add-LEDE-boot-support-in-environmen.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-layerscape/patches/0003-armv8-ls1012ardb-add-LEDE-boot-support-in-environmen.patch b/package/boot/uboot-layerscape/patches/0003-armv8-ls1012ardb-add-LEDE-boot-support-in-environmen.patch
index 427b93948a..197735afaf 100644
--- a/package/boot/uboot-layerscape/patches/0003-armv8-ls1012ardb-add-LEDE-boot-support-in-environmen.patch
+++ b/package/boot/uboot-layerscape/patches/0003-armv8-ls1012ardb-add-LEDE-boot-support-in-environmen.patch
@@ -26,7 +26,7 @@ index 5fe3218..242cdf0 100644
+ "mtdparts=1550000.quadspi:1M(rcw),2M(u-boot),1M(u-boot-env)," \
+ "5M(reserved-1),256k(fman),5888k(reserved-2),1M(dtb)," \
+ "16M(kernel),23M(ext4rfs),9M(user)\0" \
-+ "lede_run=sf probe 0:0 && " \
++ "lede_run=pfe stop && sf probe 0:0 && " \
+ "sf read $fdtaddr f00000 100000 && " \
+ "sf read $loadaddr 1000000 1000000 && " \
+ "bootm $loadaddr - $fdtaddr\0" \