diff options
author | Lukasz Majewski <lukma@denx.de> | 2020-09-25 17:13:11 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-11-01 15:56:55 +0100 |
commit | e98d83471344364d783e9f66962ee63c8c21cda5 (patch) | |
tree | a80e6c696bfad502b2cd5ee317fc9e2f324eb1cc | |
parent | 8a8ec73ebd50a46edc8872baddc2459c50906d53 (diff) | |
download | u-boot-e98d83471344364d783e9f66962ee63c8c21cda5.zip u-boot-e98d83471344364d783e9f66962ee63c8c21cda5.tar.gz u-boot-e98d83471344364d783e9f66962ee63c8c21cda5.tar.bz2 |
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 <lukma@denx.de>
-rw-r--r-- | configs/kp_imx53_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |