diff mbox series

[3/3] defconfig: Enable CONFIG_SHOW_BOOT_PROGRESS for imx53's HSC and DDC devices

Message ID 20200925151311.12636-3-lukma@denx.de
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show
Series [1/3] arm: Implement show_boot_progress() for imx53's HSC and DDC devices | expand

Commit Message

Lukasz Majewski Sept. 25, 2020, 3:13 p.m. UTC
This option allows using show_boot_progress to visualize the state of
boot process.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
---

 configs/kp_imx53_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic Nov. 2, 2020, 8:08 a.m. UTC | #1
> This option allows using show_boot_progress to visualize the state of
> boot process.
> Signed-off-by: Lukasz Majewski <lukma@denx.de>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/kp_imx53_defconfig b/configs/kp_imx53_defconfig
index b6845f8e87..8778d48664 100644
--- a/configs/kp_imx53_defconfig
+++ b/configs/kp_imx53_defconfig
@@ -10,6 +10,7 @@  CONFIG_ENV_OFFSET_REDUND=0x102000
 CONFIG_DEFAULT_DEVICE_TREE="imx53-kp"
 CONFIG_FIT=y
 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx53loco/imximage.cfg"
+CONFIG_SHOW_BOOT_PROGRESS=y
 CONFIG_SILENT_CONSOLE=y
 # CONFIG_SILENT_CONSOLE_UPDATE_ON_SET is not set
 CONFIG_SYS_CONSOLE_IS_IN_ENV=y