This commit updates vexpress64 configs to default to standard boot, and explicitly select bootmeth_smh when standard boot is enabled.
The distro boot related variables are deliberately not removed to preserve compatibility with existing distro boot flows. Signed-off-by: Said Nasibov <said.nasi...@arm.com> --- arch/arm/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 5872455a0fe..527a865e4dc 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1413,7 +1413,8 @@ config ARCH_VEXPRESS64 select MTD_NOR_FLASH if MTD select FLASH_CFI_DRIVER if MTD select ENV_IS_IN_FLASH if MTD - imply DISTRO_DEFAULTS + imply BOOTSTD_DEFAULTS + select BOOTMETH_SMH if BOOTSTD config TARGET_CORSTONE1000 bool "Support Corstone1000 Platform" -- 2.34.1 IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.