diff options
author | Martin Schiller <ms@dev.tdt.de> | 2021-10-07 08:56:19 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-12-13 23:22:29 +0100 |
commit | 674af9c1f6a811fdf1f1a82dc16ce19175a6e6d2 (patch) | |
tree | 1cd7737dba714d08513e4136379becb6e07c2999 /package/boot/uboot-layerscape/Makefile | |
parent | 8ef768c2efda99b9da7efcb1ff2a1864916f00d7 (diff) | |
download | upstream-674af9c1f6a811fdf1f1a82dc16ce19175a6e6d2.tar.gz upstream-674af9c1f6a811fdf1f1a82dc16ce19175a6e6d2.tar.bz2 upstream-674af9c1f6a811fdf1f1a82dc16ce19175a6e6d2.zip |
uboot-layerscape: bump to LSDK-21.08
Update layerscape u-boot package to LSDK-21.08 and drop patches which
are no longer needed.
The new env variable 'fsl_bootcmd_mcinitcmd_set' is needed to protect
the configured bootcmd and mc_init values. See [1] for more
informations.
[1] https://source.denx.de/u-boot/u-boot/-/commit/b62c174e861bddc3c7131045ed018556645cecb9
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
Diffstat (limited to 'package/boot/uboot-layerscape/Makefile')
-rw-r--r-- | package/boot/uboot-layerscape/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/boot/uboot-layerscape/Makefile b/package/boot/uboot-layerscape/Makefile index f02356791d..6681f21e2b 100644 --- a/package/boot/uboot-layerscape/Makefile +++ b/package/boot/uboot-layerscape/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uboot-layerscape -PKG_VERSION:=LSDK-20.04-update-290520 +PKG_VERSION:=LSDK-21.08 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://source.codeaurora.org/external/qoriq/qoriq-components/u-boot -PKG_SOURCE_VERSION:=1e55b2f9e7f56b76569089b9e950f49c1579580e -PKG_MIRROR_HASH:=46aace27e1367f40b424a64215d524a99c3bd62f49057550039e72d5a1ab7edb +PKG_SOURCE_VERSION:=LSDK-21.08 +PKG_MIRROR_HASH:=874e871755ef84ebbf35cc247f0979ec18ed1946e4dca71006a83463b2899db1 include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk |