Message ID | 20200122135243.17683-3-patrick.delaunay@st.com |
---|---|
State | New |
Headers | show |
Series | Insure 16 alignment of reserved memory in board_f.c | expand |
On Wed, 22 Jan 2020 at 06:52, 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> > --- > > Changes in v2: None > > 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> --- Changes in v2: None arch/arm/mach-stm32mp/Kconfig | 2 ++ 1 file changed, 2 insertions(+)