diff options
author | Tom Rini <trini@konsulko.com> | 2019-12-18 08:25:49 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-18 08:25:49 -0500 |
commit | 643366bcd5e32878a951e39b8b553b794695b026 (patch) | |
tree | f9c4e4215dc6420646f7839c4972b833634cab34 /arch | |
parent | ef7c2af65966a57c98d3c47e6c2fe1ce2103b7f6 (diff) | |
parent | eddd79291d2026f8fefebc3f5d39928d7c649241 (diff) |
Merge tag 'u-boot-stm32-20191218' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm
- Fix stm32mp1 crash (bootstage) and warning (cls)
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-stm32mp/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig index c9bc084194..ae28f6e206 100644 --- a/arch/arm/mach-stm32mp/Kconfig +++ b/arch/arm/mach-stm32mp/Kconfig @@ -46,9 +46,8 @@ 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 imply SILENT_CONSOLE |