From patchwork Thu Jan 9 17:11:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrick Delaunay X-Patchwork-Id: 239330 List-Id: U-Boot discussion From: patrick.delaunay at st.com (Patrick Delaunay) Date: Thu, 9 Jan 2020 18:11:21 +0100 Subject: [PATCH 1/3] Revert "stm32mp1: remove the imply BOOTSTAGE" In-Reply-To: <20200109171123.16348-1-patrick.delaunay@st.com> References: <20200109171123.16348-1-patrick.delaunay@st.com> Message-ID: <20200109171123.16348-2-patrick.delaunay@st.com> 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 Reviewed-by: Simon Glass --- arch/arm/mach-stm32mp/Kconfig | 2 ++ 1 file changed, 2 insertions(+) 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