[PATCH 030/171] Correct SPL use of ARM64
Simon Glass
sjg at chromium.org
Mon Jan 30 15:41:03 CET 2023
This converts 1 usage of this option to the non-SPL form, since there is
no SPL_ARM64 defined in Kconfig
Signed-off-by: Simon Glass <sjg at chromium.org>
---
arch/arm/mach-imx/imx_bootaux.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-imx/imx_bootaux.c b/arch/arm/mach-imx/imx_bootaux.c
index 8115bf40f1a..1a3e538c4fa 100644
--- a/arch/arm/mach-imx/imx_bootaux.c
+++ b/arch/arm/mach-imx/imx_bootaux.c
@@ -106,7 +106,7 @@ int arch_auxiliary_core_up(u32 core_id, ulong addr)
if (!pc)
return CMD_RET_FAILURE;
- if (!CONFIG_IS_ENABLED(ARM64))
+ if (!IS_ENABLED(CONFIG_ARM64))
stack = 0x0;
} else {
/*
--
2.39.1.456.gfc5497dd1b-goog
More information about the U-Boot
mailing list