[openwrt/openwrt] uboot-layerscape: fix LS1012A-FRDM fdt_high value

LEDE Commits lede-commits at lists.infradead.org
Fri Oct 2 12:54:12 EDT 2020


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/7c8f67720750ce7f1c96aff18840e9975b0d4fab

commit 7c8f67720750ce7f1c96aff18840e9975b0d4fab
Author: Pawel Dembicki <paweldembicki at gmail.com>
AuthorDate: Mon Aug 17 12:28:00 2020 +0200

    uboot-layerscape: fix LS1012A-FRDM fdt_high value
    
    LS1012A-FRDM have configured wrong fdt_high value.
    That causes impossibility of booting.
    
    This patch fix it.
    
    Signed-off-by: Pawel Dembicki <paweldembicki at gmail.com>
    Reviewed-by: Yangbo Lu <yangbo.lu at nxp.com>
    [bump PKG_RELEASE]
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 package/boot/uboot-layerscape/Makefile                        | 2 +-
 package/boot/uboot-layerscape/files/fsl_ls1012a-frdm-uEnv.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/boot/uboot-layerscape/Makefile b/package/boot/uboot-layerscape/Makefile
index 294045288b..39dcf82be7 100644
--- a/package/boot/uboot-layerscape/Makefile
+++ b/package/boot/uboot-layerscape/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=uboot-layerscape
 PKG_VERSION:=LSDK-20.04
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://source.codeaurora.org/external/qoriq/qoriq-components/u-boot
diff --git a/package/boot/uboot-layerscape/files/fsl_ls1012a-frdm-uEnv.txt b/package/boot/uboot-layerscape/files/fsl_ls1012a-frdm-uEnv.txt
index f33e6a3f5c..b0923b5922 100644
--- a/package/boot/uboot-layerscape/files/fsl_ls1012a-frdm-uEnv.txt
+++ b/package/boot/uboot-layerscape/files/fsl_ls1012a-frdm-uEnv.txt
@@ -1,6 +1,6 @@
 fdtaddr=0x8f000000
 loadaddr=0x81000000
-fdt_high=0xffffffffffffffff
+fdt_high=0x8fffffff
 initrd_high=0xffffffffffffffff
 qspi_boot=sf probe 0:0;sf read $loadaddr 1000000 2800000;bootm $loadaddr
 bootargs=rootfstype=squashfs,jffs2 noinitrd earlycon=uart8250,mmio,0x21c0500 console=ttyS0,115200 mtdparts=1550000.spi:1m(bl2),4m(fip),1m(u-boot-env),4m(reserved-1),3m(pfe),2m(reserved-2),1m(dtb),-(firmware)



More information about the lede-commits mailing list