[PATCH] stm32mp1: imply CMD_CLS
Patrick DELAUNAY
patrick.delaunay at st.com
Wed Dec 18 11:49:38 CET 2019
Hi,
> From: Patrick DELAUNAY <patrick.delaunay at st.com>
> Sent: mardi 3 décembre 2019 09:39
> To: u-boot at lists.denx.de
> Cc: Patrick DELAUNAY <patrick.delaunay at st.com>; Patrice CHOTARD
> <patrice.chotard at st.com>; U-Boot STM32 <uboot-stm32 at st-md-
> mailman.stormreply.com>
> Subject: [PATCH] stm32mp1: imply CMD_CLS
> Importance: High
>
> Activate by default the command CLS (clear screen); this command used in pxe
> or sysboot command (DISTRO support) when the "menu background" keyword is
> present.
>
> This patch avoid the warning "Unknown command 'cls'"
> with extlinux.conf:
>
> # Generic Distro Configuration file generated by OpenEmbedded menu title Select
> the boot mode MENU BACKGROUND /splash.bmp TIMEOUT 20 DEFAULT
> stm32mp157c-ev1-emmc LABEL stm32mp157c-ev1-emmc
> KERNEL /uImage
> FDT /stm32mp157c-ev1.dtb
> APPEND root=/dev/mmcblk1p4 rootwait rw console=ttySTM0,115200
>
>
> ...
> Retrieving file: /mmc0_stm32mp157c-ev1_extlinux/extlinux.conf
> 614 bytes read in 36 ms (16.6 KiB/s)
> Retrieving file: /splash.bmp
> 46180 bytes read in 40 ms (1.1 MiB/s)
> Unknown command 'cls' - try 'help'
> Select the boot mode
> 1: stm32mp157c-ev1-sdcard
> ...
>
> Signed-off-by: Patrick Delaunay <patrick.delaunay at st.com>
Acked-by: Patrick Delaunay <patrick.delaunay at st.com>
Applied to u-boot-stm32/master, thanks!
> ---
>
> arch/arm/mach-stm32mp/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig
> index c9bc084194..e920b89ef5 100644
> --- a/arch/arm/mach-stm32mp/Kconfig
> +++ b/arch/arm/mach-stm32mp/Kconfig
> @@ -49,6 +49,7 @@ config TARGET_STM32MP1
> imply BOOTSTAGE
> imply CMD_BOOTCOUNT
> imply CMD_BOOTSTAGE
> + imply CMD_CLS if CMD_BMP
> imply DISABLE_CONSOLE
> imply PRE_CONSOLE_BUFFER
> imply SILENT_CONSOLE
> --
> 2.17.1
BR
Patrick
More information about the U-Boot
mailing list