diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2020-03-10 10:15:03 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-16 23:06:54 -0400 |
commit | 15ac0c7500f041ef80a0b7df8a192466d74e15c3 (patch) | |
tree | 19600c6e698b62ef4ef6756bc40c1e6159532f78 /arch/arm/mach-stm32mp/Kconfig | |
parent | a6651086a74f82f7b5c4455c47f579e90dd566fe (diff) | |
download | u-boot-15ac0c7500f041ef80a0b7df8a192466d74e15c3.tar.gz u-boot-15ac0c7500f041ef80a0b7df8a192466d74e15c3.tar.xz u-boot-15ac0c7500f041ef80a0b7df8a192466d74e15c3.zip |
Revert "stm32mp1: remove the imply BOOTSTAGE"
This reverts the workaround introduced by the
commit 16fec9b0bc1a ("stm32mp1: remove the imply BOOTSTAGE")
As the bootstage alignment issue is now solved.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'arch/arm/mach-stm32mp/Kconfig')
-rw-r--r-- | arch/arm/mach-stm32mp/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig index 7b86ce1612..ba965e7b3b 100644 --- a/arch/arm/mach-stm32mp/Kconfig +++ b/arch/arm/mach-stm32mp/Kconfig @@ -63,7 +63,9 @@ config TARGET_ST_STM32MP15x bool "STMicroelectronics STM32MP15x boards" select STM32MP15x imply BOOTCOUNT_LIMIT + imply BOOTSTAGE imply CMD_BOOTCOUNT + imply CMD_BOOTSTAGE imply CMD_CLS if CMD_BMP imply DISABLE_CONSOLE imply PRE_CONSOLE_BUFFER |