فهرست منبع

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 <[email protected]>
Reviewed-by: Yangbo Lu <[email protected]>
[bump PKG_RELEASE]
Signed-off-by: Adrian Schmutzler <[email protected]>
Pawel Dembicki 5 سال پیش
والد
کامیت
7c8f677207
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      package/boot/uboot-layerscape/Makefile
  2. 1 1
      package/boot/uboot-layerscape/files/fsl_ls1012a-frdm-uEnv.txt

+ 1 - 1
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

+ 1 - 1
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)