From: Mikhail Kshevetskiy Date: Mon, 27 Apr 2026 13:53:25 +0000 (+0300) Subject: configs: airoha: an7581: enable position independent code X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7bb8c707b1cfa4b7dbcb6095592f73bab77e88dd;p=thirdparty%2Fu-boot.git configs: airoha: an7581: enable position independent code This enables U-Boot loading from any 4K aligned address. It makes U-Boot debugging a bit simpler. Signed-off-by: Mikhail Kshevetskiy --- diff --git a/configs/an7581_evb_defconfig b/configs/an7581_evb_defconfig index a94730cf564..16100d00f98 100644 --- a/configs/an7581_evb_defconfig +++ b/configs/an7581_evb_defconfig @@ -1,4 +1,5 @@ CONFIG_ARM=y +CONFIG_POSITION_INDEPENDENT=y CONFIG_ARCH_AIROHA=y CONFIG_TARGET_AN7581=y CONFIG_TEXT_BASE=0x81E00000