aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Heider <a.heider@gmail.com>2020-09-04 09:30:49 +0200
committerAlexander Couzens <lynxis@fe80.eu>2020-10-04 03:45:21 +0200
commit4950071d307717b1d3eeb5e7c3fbdff3c601c574 (patch)
tree90f62ca3890188454c8afeb496205ae6f3db9738
parent929e8f0f553637076f2612fb1c2225c5cee1f7ab (diff)
downloadupstream-4950071d307717b1d3eeb5e7c3fbdff3c601c574.tar.gz
upstream-4950071d307717b1d3eeb5e7c3fbdff3c601c574.tar.bz2
upstream-4950071d307717b1d3eeb5e7c3fbdff3c601c574.zip
omap: update uboot to v2020.04
Fixes the build error: /usr/bin/ld: scripts/dtc/dtc-parser.tab.o:(.bss+0x10): multiple definition of `yylloc'; scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here collect2: error: ld returned 1 exit status Successfully tested on boneblack. Signed-off-by: Andre Heider <a.heider@gmail.com>
-rw-r--r--package/boot/uboot-omap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-omap/Makefile b/package/boot/uboot-omap/Makefile
index 70c8af1dc4..f66b8d5331 100644
--- a/package/boot/uboot-omap/Makefile
+++ b/package/boot/uboot-omap/Makefile
@@ -8,10 +8,10 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
-PKG_VERSION:=2019.10
+PKG_VERSION:=2020.04
PKG_RELEASE:=1
-PKG_HASH:=8d6d6070739522dd236cba7055b8736bfe92b4fac0ea18ad809829ca79667014
+PKG_HASH:=fe732aaf037d9cc3c0909bad8362af366ae964bbdac6913a34081ff4ad565372
include $(INCLUDE_DIR)/u-boot.mk
include $(INCLUDE_DIR)/package.mk