Message ID | 20200109171123.16348-2-patrick.delaunay@st.com |
---|---|
State | Superseded |
Headers | show |
Series | | expand |
On Thu, 9 Jan 2020 at 10:11, Patrick Delaunay <patrick.delaunay at st.com> wrote: > > 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 at st.com> > --- > > arch/arm/mach-stm32mp/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Simon Glass <sjg at chromium.org>
diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig index ae28f6e206..e920b89ef5 100644 --- a/arch/arm/mach-stm32mp/Kconfig +++ b/arch/arm/mach-stm32mp/Kconfig @@ -46,7 +46,9 @@ 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
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 at st.com> --- arch/arm/mach-stm32mp/Kconfig | 2 ++ 1 file changed, 2 insertions(+)