[PATCH v2 5/5] mach-snapdragon: Enable workaround of ignoring androidboot addr

George Chan via B4 Relay devnull+gchan9527.gmail.com at kernel.org
Mon May 5 11:17:13 CEST 2025


From: George Chan <gchan9527 at gmail.com>

Enable the workaround for whole snapdragon family.

Suggested-by: Casey Connolly <casey.connolly at linaro.org>
Signed-off-by: George Chan <gchan9527 at gmail.com>
---
 arch/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index df373d38a55..249bd4b5bf3 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1124,6 +1124,7 @@ config ARCH_SNAPDRAGON
 	select LINUX_KERNEL_IMAGE_HEADER if !ENABLE_ARM_SOC_BOOT0_HOOK
 	select SYSRESET
 	select SYSRESET_PSCI
+	select ANDROID_BOOT_IMAGE_IGNORE_BLOB_ADDR
 	imply OF_UPSTREAM
 	imply CMD_DM
 	imply DM_USB_GADGET

-- 
2.43.0




More information about the U-Boot mailing list