From ede04541ba751956c59235ed736c679e8a494c35 Mon Sep 17 00:00:00 2001 From: Yangbo Lu Date: Thu, 19 Oct 2017 19:42:59 +0800 Subject: layerscape: stop pfe before starting up kernel For ls1012ardb, pfe should be stopped before starting up kernel. Signed-off-by: Yangbo Lu --- .../0003-armv8-ls1012ardb-add-LEDE-boot-support-in-environmen.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/boot/uboot-layerscape') 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" \ -- cgit v1.2.3