diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2017-02-17 22:21:56 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-02-26 08:41:40 +0100 |
commit | 0e5d67d483ced4e4d4022916cbad158d484b0a70 (patch) | |
tree | e1010bf56bb1410f470b03b6db46e877561e538b /package/boot/uboot-layerscape-32b | |
parent | c8ac9c09f99a6f5c0ef1143551edee83b15d3657 (diff) | |
download | upstream-0e5d67d483ced4e4d4022916cbad158d484b0a70.tar.gz upstream-0e5d67d483ced4e4d4022916cbad158d484b0a70.tar.bz2 upstream-0e5d67d483ced4e4d4022916cbad158d484b0a70.zip |
layerscape: add LS1043A Rev1.1 support
Backport kernel patches for LS1043A Rev1.1 support from upstream,
patchwork, and SDK. And update to latest u-boot to support LS1043A
Rev1.1.
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Diffstat (limited to 'package/boot/uboot-layerscape-32b')
-rw-r--r-- | package/boot/uboot-layerscape-32b/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-layerscape-32b/Makefile b/package/boot/uboot-layerscape-32b/Makefile index cf56eedd30..2ea03e5f4f 100644 --- a/package/boot/uboot-layerscape-32b/Makefile +++ b/package/boot/uboot-layerscape-32b/Makefile @@ -12,9 +12,9 @@ PKG_VERSION:=v1.0 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git -PKG_MIRROR_HASH:=b62f4a55882ffb6b57da24ad9eaa98237141941d273e06a2244220a3e6b82ce7 +PKG_MIRROR_HASH:=a29edbeddde4b3007ac349c2a5ee434719049ac4753e459dbb1bab21e1c585da PKG_SOURCE_URL:=https://github.com/fsl-jyt/uboot-ls-32b.git -PKG_SOURCE_VERSION:=763de09cc7265e3147e2df2e15f91c73231907f4 +PKG_SOURCE_VERSION:=6476195551ea83193afd06d0c441483c04729c8d PKG_LICENSE:=GPL-2.0 GPL-2.0+ PKG_LICENSE_FILES:=Licenses/README |