diff options
author | Ye Li <ye.li@nxp.com> | 2017-04-04 23:32:32 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 19:48:58 +0800 |
commit | 24984d7d47294fd8ed9ae71e7e47449e929b730f (patch) | |
tree | 38be302c739408bc55e882caf94cd05aa1aee0db /configs/mx7dsabresd_epdc_defconfig | |
parent | 5061ff951fe41403baba7c37c02123ea78435d79 (diff) | |
download | u-boot-imx-24984d7d47294fd8ed9ae71e7e47449e929b730f.zip u-boot-imx-24984d7d47294fd8ed9ae71e7e47449e929b730f.tar.gz u-boot-imx-24984d7d47294fd8ed9ae71e7e47449e929b730f.tar.bz2 |
MLK-14607 mx7d: Enable the CONFIG_CMD_BOOTD for auto boot
The CONFIG_CMD_BOOTD is commented in the defconfig files, then the default boot
can't work. We need to uncomment it for auto boot.
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs/mx7dsabresd_epdc_defconfig')
-rw-r--r-- | configs/mx7dsabresd_epdc_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/mx7dsabresd_epdc_defconfig b/configs/mx7dsabresd_epdc_defconfig index 147352d..b3e126c 100644 --- a/configs/mx7dsabresd_epdc_defconfig +++ b/configs/mx7dsabresd_epdc_defconfig @@ -12,7 +12,6 @@ CONFIG_BOOTDELAY=3 # CONFIG_CONSOLE_MUX is not set CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_HUSH_PARSER=y -# CONFIG_CMD_BOOTD is not set CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMI is not set # CONFIG_CMD_IMLS is not set |