From ca2a0383467553d21fa90b94b37afe42538318de Mon Sep 17 00:00:00 2001 From: George Chan Date: Sun, 18 May 2025 19:16:19 +0800 Subject: [PATCH] mach-snapdragon: Enable workaround of ignoring androidboot addr Enable the workaround for whole snapdragon family. Suggested-by: Casey Connolly Reviewed-by: Neil Armstrong Signed-off-by: George Chan Link: https://lore.kernel.org/r/20250518-android-boot-v3-2-02c8768e131f@gmail.com Signed-off-by: Casey Connolly --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9a22c7f6cea..8795eac0dc7 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1125,6 +1125,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.47.2