diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2022-04-01 15:11:34 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2022-04-07 09:58:44 +0200 |
commit | e21337589473696c37d32b3e91b503808975e59e (patch) | |
tree | 459bab6575d0cc2e580b9b88a36e8e8bdb0b689c /package/boot/uboot-imx/Makefile | |
parent | d6a3949922dc108043ff1650087a3e0cf9e00cd2 (diff) | |
download | upstream-e21337589473696c37d32b3e91b503808975e59e.tar.gz upstream-e21337589473696c37d32b3e91b503808975e59e.tar.bz2 upstream-e21337589473696c37d32b3e91b503808975e59e.zip |
uboot-imx: bump to 2022.01 release
Two patches were removed because of the changes introduced in upstream:
1. 110-mx6cuboxi-mmc-fallback.patch
Looks like similar changes were introduced in 6c3fbf3e456c ("mx6cuboxi:
customize board_boot_order to access eMMC").
2. 111-mx6cuboxi_defconfig-force-mmc-boot.patch
The 'CONFIG_SPL_FORCE_MMC_BOOT' was removed in 15aec318ef03 ("Revert
"imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon
mode").
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'package/boot/uboot-imx/Makefile')
-rw-r--r-- | package/boot/uboot-imx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-imx/Makefile b/package/boot/uboot-imx/Makefile index 2faa48bd73..d5f5555595 100644 --- a/package/boot/uboot-imx/Makefile +++ b/package/boot/uboot-imx/Makefile @@ -7,10 +7,10 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=2020.04 +PKG_VERSION:=2022.01 PKG_RELEASE:=$(AUTORELEASE) -PKG_HASH:=fe732aaf037d9cc3c0909bad8362af366ae964bbdac6913a34081ff4ad565372 +PKG_HASH:=81b4543227db228c03f8a1bf5ddbc813b0bb8f6555ce46064ef721a6fc680413 include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk |