From: Patrick Delaunay Date: Wed, 18 Dec 2019 09:12:58 +0000 (+0100) Subject: stm32mp1: remove the imply BOOTSTAGE X-Git-Tag: v2020.01~13^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=16fec9b0bc1a62fb3066cc77fbc2761c1b1698b8;p=oweals%2Fu-boot.git stm32mp1: remove the imply BOOTSTAGE This patch is only a temporarily workaround for crash introduced by commit ac9cd4805c8b ("bootstage: Correct relocation algorithm"). The crash occurs because the bootstage struct is not correctly aligned when BOOTSTAGE feature is activated. Signed-off-by: Patrick Delaunay Acked-by: Patrick Delaunay --- diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig index e920b89ef5..ae28f6e206 100644 --- a/arch/arm/mach-stm32mp/Kconfig +++ b/arch/arm/mach-stm32mp/Kconfig @@ -46,9 +46,7 @@ config TARGET_STM32MP1 select STM32_SERIAL select SYS_ARCH_TIMER imply BOOTCOUNT_LIMIT - imply BOOTSTAGE imply CMD_BOOTCOUNT - imply CMD_BOOTSTAGE imply CMD_CLS if CMD_BMP imply DISABLE_CONSOLE imply PRE_CONSOLE_BUFFER