diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2018-01-22 16:33:29 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-02-13 10:01:51 +0100 |
commit | e547bd36bd3942e2b94d542567a07cb70b072ce6 (patch) | |
tree | a6254f759e03714f7d5c9c297ca4383396a74f1b /package/boot/uboot-layerscape-armv8_32b | |
parent | 1079a03886807557e3a21cbe6266a7ad21106720 (diff) | |
download | upstream-e547bd36bd3942e2b94d542567a07cb70b072ce6.tar.gz upstream-e547bd36bd3942e2b94d542567a07cb70b072ce6.tar.bz2 upstream-e547bd36bd3942e2b94d542567a07cb70b072ce6.zip |
layerscape: support ubifs rootfs in u-boot env
ls1012ardb/ls1012afrdm/ls1046ardb/ls1088ardb firmwares now use ubifs
rootfs. So u-boot env should be set accordingly.
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Diffstat (limited to 'package/boot/uboot-layerscape-armv8_32b')
-rw-r--r-- | package/boot/uboot-layerscape-armv8_32b/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/boot/uboot-layerscape-armv8_32b/Makefile b/package/boot/uboot-layerscape-armv8_32b/Makefile index d02b15193d..3d3b684dc1 100644 --- a/package/boot/uboot-layerscape-armv8_32b/Makefile +++ b/package/boot/uboot-layerscape-armv8_32b/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uboot-layerscape-armv8_32b -PKG_SOURCE_DATE:=2018-01-19 +PKG_SOURCE_DATE:=2018-01-22 PKG_RELEASE:=1 # Layerscape ARMv8 platforms use 64-bit u-boot to support both 32-bit and 64-bit @@ -17,8 +17,8 @@ PKG_RELEASE:=1 # uboot-layerscape's source code. PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/yangbolu1991/u-boot-lede.git -PKG_SOURCE_VERSION:=9fbc70acb44171a3a9be232c17dbed6067a22dfb -PKG_MIRROR_HASH:=4ad42eb27952fc427e5763295b530b43d29894b9fe9b2cc34b66216ba0cdad70 +PKG_SOURCE_VERSION:=40a40dfd8136fcc314dd442a3b24a41b1e5652dd +PKG_MIRROR_HASH:=3dde5a33d19c573cbdce74f5d7edb6c5ca2a26a39d503c3efe5d5ad06f01e9f5 PKG_MAINTAINER:=Yangbo Lu <yangbo.lu@nxp.com> |