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 | |
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')
-rw-r--r-- | package/boot/uboot-layerscape-32b/Makefile | 4 | ||||
-rw-r--r-- | package/boot/uboot-layerscape/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/package/boot/uboot-layerscape/Makefile b/package/boot/uboot-layerscape/Makefile index ac3d7aba86..f98205335b 100644 --- a/package/boot/uboot-layerscape/Makefile +++ b/package/boot/uboot-layerscape/Makefile @@ -13,9 +13,9 @@ PKG_VERSION:=v1.0 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git -PKG_MIRROR_HASH:=6aba7cb32d655dacb49bd188706bf1284159ae9b1fa69056df634b90070c3768 +PKG_MIRROR_HASH:=462fea9bdf03ec4bc23f2f1bb3917c2ec57017eca1e11b8a609bf60cd51a94e7 PKG_SOURCE_URL:=https://github.com/fsl-jyt/u-boot.git -PKG_SOURCE_VERSION:=aefcbf4c2bb36e1f0ead61181e5fe1119b5683ad +PKG_SOURCE_VERSION:=69b5ea576a2b0448391a910114d6c05859bf78d0 include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk |