summaryrefslogtreecommitdiff
path: root/package/u-boot
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-12-03 09:57:11 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2022-12-03 09:57:19 +0100
commit0adbc03b277abd1e1c82c15ef82fba7c1844066e (patch)
treef92fdb5bed2467e309cbe8cd650e446b5d4ab4e5 /package/u-boot
parentad982cfc03124e180f7272ad15fa54643742e494 (diff)
u-boot: update
Diffstat (limited to 'package/u-boot')
-rw-r--r--package/u-boot/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/u-boot/Makefile b/package/u-boot/Makefile
index 617233c09..943cfb3eb 100644
--- a/package/u-boot/Makefile
+++ b/package/u-boot/Makefile
@@ -4,9 +4,9 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= u-boot
-PKG_VERSION:= 2022.10-rc5
+PKG_VERSION:= 2022.10
PKG_RELEASE:= 1
-PKG_HASH:= 064bf54541fc4eb30f0dd336702484ba5d39c4aceb48042216d8e72294c5787d
+PKG_HASH:= 50b4482a505bc281ba8470c399a3c26e145e29b23500bc35c50debd7fa46bdf8
PKG_DESCR:= portable bootloader
PKG_SECTION:= base/boot
HOST_BUILDDEP:= libressl-host dtc-host
@@ -75,7 +75,7 @@ CONFIG:= ci20_mmc_defconfig
UBOOT:= u-boot-dtb.img
endif
ifeq ($(ADK_TARGET_SYSTEM_ST_STM32F746G),y)
-CONFIG:= stm32f746-disco_spl_defconfig
+CONFIG:= stm32f746-disco_defconfig
UBOOT:= u-boot-dtb.bin
endif
@@ -104,6 +104,7 @@ do-build:
V=1 \
PATH='$(HOST_PATH)' \
CROSS_COMPILE='$(TARGET_CROSS)' \
+ KCFLAGS='-mno-fdpic' \
$(MAKE))
ifneq ($(OS_FOR_BUILD),Darwin)
(cd $(WRKBUILD) && env \