From 7bb8c707b1cfa4b7dbcb6095592f73bab77e88dd Mon Sep 17 00:00:00 2001 From: Mikhail Kshevetskiy Date: Mon, 27 Apr 2026 16:53:25 +0300 Subject: [PATCH] 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 --- configs/an7581_evb_defconfig | 1 + 1 file changed, 1 insertion(+) 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