diff options
author | Josua Mayer <josua.mayer97@gmail.com> | 2018-03-21 01:13:02 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-03-31 16:12:40 +0200 |
commit | dff904a955ee59b1495b82f765884f787d24d540 (patch) | |
tree | 85fbf29c38698354928bd1ea6c047d8a40c3272b /package/boot/uboot-mvebu/Makefile | |
parent | 093e6c69fbc067c2e6e328950515d9ad82c92858 (diff) | |
download | upstream-dff904a955ee59b1495b82f765884f787d24d540.tar.gz upstream-dff904a955ee59b1495b82f765884f787d24d540.tar.bz2 upstream-dff904a955ee59b1495b82f765884f787d24d540.zip |
u-boot-mvebu: update to 2018.03
This release brings various improvements to clearfog support, such as distro-boot.
Obsoletes:
0002-clearfog-reset-usom-onboard-1512-phy.patch
0003-clearfog-enable-distro-boot-code.patch
Signed-off-by: Josua Mayer <josua.mayer97@gmail.com>
Diffstat (limited to 'package/boot/uboot-mvebu/Makefile')
-rw-r--r-- | package/boot/uboot-mvebu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-mvebu/Makefile b/package/boot/uboot-mvebu/Makefile index cb48b67406..3005e45c46 100644 --- a/package/boot/uboot-mvebu/Makefile +++ b/package/boot/uboot-mvebu/Makefile @@ -8,10 +8,10 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk -PKG_VERSION:=2017.03 +PKG_VERSION:=2018.03 PKG_RELEASE:=1 -PKG_HASH:=f54baf3f9325bf444c7905f3a5b6f83680edb1e6e1a4d5f8a5ad80abe885113f +PKG_HASH:=7e7477534409d5368eb1371ffde6820f0f79780a1a1f676161c48442cb303dfd include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk |