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>
This commit is contained in:
parent
8a8ec73ebd
commit
e98d834713
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue