diff options
author | Jagan Teki <jagan@openedev.com> | 2017-01-21 11:48:33 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-21 15:12:33 -0500 |
commit | 3788b451e32bc925c4a63a882acc9c3b4ee895be (patch) | |
tree | 5b72e5d5e520e6af20d9e3a29b9d098d82576005 /configs/mx6sxsabreauto_defconfig | |
parent | de70fefb1b65debb645c0a42bd896de744837dac (diff) | |
download | u-boot-3788b451e32bc925c4a63a882acc9c3b4ee895be.tar.gz |
config: Move CONFIG_BOARD_LATE_INIT to defconfigs
Cc: Tom Rini <trini@konsulko.com>
Signed-off-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'configs/mx6sxsabreauto_defconfig')
-rw-r--r-- | configs/mx6sxsabreauto_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx6sxsabreauto_defconfig b/configs/mx6sxsabreauto_defconfig index 499c5d9ebf..1c7948c7e7 100644 --- a/configs/mx6sxsabreauto_defconfig +++ b/configs/mx6sxsabreauto_defconfig @@ -3,6 +3,7 @@ CONFIG_ARCH_MX6=y CONFIG_TARGET_MX6SXSABREAUTO=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sxsabreauto/imximage.cfg" CONFIG_BOOTDELAY=3 +CONFIG_BOARD_LATE_INIT=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set |