From: Lukasz Majewski Date: Fri, 25 Sep 2020 15:13:11 +0000 (+0200) Subject: defconfig: Enable CONFIG_SHOW_BOOT_PROGRESS for imx53's HSC and DDC devices X-Git-Tag: v2021.10~445^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e98d83471344364d783e9f66962ee63c8c21cda5;p=platform%2Fkernel%2Fu-boot.git defconfig: Enable CONFIG_SHOW_BOOT_PROGRESS for imx53's HSC and DDC devices This option allows using show_boot_progress to visualize the state of boot process. Signed-off-by: Lukasz Majewski --- diff --git a/configs/kp_imx53_defconfig b/configs/kp_imx53_defconfig index a7ce0f5..7175438 100644 --- a/configs/kp_imx53_defconfig +++ b/configs/kp_imx53_defconfig @@ -11,6 +11,7 @@ CONFIG_DEFAULT_DEVICE_TREE="imx53-kp" CONFIG_FIT=y CONFIG_SUPPORT_RAW_INITRD=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx53loco/imximage.cfg" +CONFIG_SHOW_BOOT_PROGRESS=y CONFIG_AUTOBOOT_KEYED=y CONFIG_AUTOBOOT_STOP_STR="." CONFIG_SILENT_CONSOLE=y