mirror of
https://github.com/immortalwrt/immortalwrt.git
synced 2025-08-14 14:19:53 +08:00
arm-trusted-firmware-rockchip: bump to 2.12.1 LTS
And remove no-warn-rwx-segments hack, as this is no longer needed and
actually causes build to fail. See also commit c117d7a37a
("include/trusted-firmware-a.mk: remove the no-warn-rwx-segments hack").
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
@ -7,10 +7,11 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_VERSION:=2.10
|
PKG_VERSION:=2.12.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
PKG_LTS:=1
|
||||||
|
|
||||||
PKG_HASH:=88215a62291b9ba87da8e50b077741103cdc08fb6c9e1ebd34dfaace746d3201
|
PKG_HASH:=c0d432a851da452d927561feaf45f569c1cde57985782beadfe29e616e260440
|
||||||
|
|
||||||
PKG_MAINTAINER:=Sarah Maedel <openwrt@tbspace.de>
|
PKG_MAINTAINER:=Sarah Maedel <openwrt@tbspace.de>
|
||||||
|
|
||||||
@ -37,9 +38,6 @@ TFA_TARGETS:= \
|
|||||||
rk3328 \
|
rk3328 \
|
||||||
rk3399
|
rk3399
|
||||||
|
|
||||||
TFA_MAKE_FLAGS+= \
|
|
||||||
$(if $(CONFIG_BINUTILS_VERSION_2_37)$(CONFIG_BINUTILS_VERSION_2_38),,LDFLAGS="-no-warn-rwx-segments")
|
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),rk3399)
|
ifeq ($(BUILD_VARIANT),rk3399)
|
||||||
M0_GCC_NAME:=gcc-arm
|
M0_GCC_NAME:=gcc-arm
|
||||||
M0_GCC_RELEASE:=11.2-2022.02
|
M0_GCC_RELEASE:=11.2-2022.02
|
||||||
|
Reference in New Issue
Block a user