diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-09-19 14:46:29 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-10-12 17:31:16 +0200 |
commit | 560a8af2f484b1949acff95beeb951bd2da37220 (patch) | |
tree | 05bf1777e2613286578f1bdba067649fb5b26e7b /configs/mx53loco_defconfig | |
parent | 38df37018215215fc83463bba5bdc786813d3c1a (diff) | |
download | u-boot-560a8af2f484b1949acff95beeb951bd2da37220.tar.gz |
mx53loco: Let CONFIG_DISPLAY_CPUINFO be selected
With CONFIG_DISPLAY_CPUINFO=y we get a "Reset cause" line, which
brings important information of the reboot cause.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'configs/mx53loco_defconfig')
-rw-r--r-- | configs/mx53loco_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig index 13a46193a0..a3efa52ef2 100644 --- a/configs/mx53loco_defconfig +++ b/configs/mx53loco_defconfig @@ -8,7 +8,6 @@ CONFIG_BOOTDELAY=1 # CONFIG_CONSOLE_MUX is not set CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y -# CONFIG_DISPLAY_CPUINFO is not set CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y CONFIG_CMD_MMC=y |