diff options
| author | Stijn Tintel | 2025-03-24 20:58:49 +0000 |
|---|---|---|
| committer | Stijn Tintel | 2025-04-06 09:01:15 +0000 |
| commit | aedd5b92785a1e2c15b6686298e42f62fe1bcac0 (patch) | |
| tree | 50d00d819843a383599b2862906b81682faac02d | |
| parent | 9ec997b85009e5357d5f21ad579578d068af8fb7 (diff) | |
| download | openwrt-aedd5b92785a1e2c15b6686298e42f62fe1bcac0.tar.gz | |
rkbin: drop TFA_MAKE_FLAGS
The rkbin package doesn't compile anything, so TFA_MAKE_FLAGS is unused.
Suggested-by: Tianling Shen <cnsztl@immortalwrt.org>
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| -rw-r--r-- | package/boot/rkbin/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/boot/rkbin/Makefile b/package/boot/rkbin/Makefile index fef19de7dc..d895c06547 100644 --- a/package/boot/rkbin/Makefile +++ b/package/boot/rkbin/Makefile @@ -71,9 +71,6 @@ TFA_TARGETS:= \ rk3568-e25 \ rk3588 -TFA_MAKE_FLAGS+= \ - $(if $(CONFIG_BINUTILS_VERSION_2_37)$(CONFIG_BINUTILS_VERSION_2_38),,LDFLAGS="-no-warn-rwx-segments") - ifeq ($(BUILD_VARIANT),rk3308-rock-pi-s) TPL_FILE:=rk3308_ddr_589MHz_uart0_m0_v2.07.bin define Download/rk3308-tpl-rock-pi-s |