diff options
author | Jagan Teki | 2017-01-21 11:48:33 +0100 |
---|---|---|
committer | Tom Rini | 2017-01-21 15:12:33 -0500 |
commit | 3788b451e32bc925c4a63a882acc9c3b4ee895be (patch) | |
tree | 5b72e5d5e520e6af20d9e3a29b9d098d82576005 /configs/draco_defconfig | |
parent | de70fefb1b65debb645c0a42bd896de744837dac (diff) |
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/draco_defconfig')
-rw-r--r-- | configs/draco_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/draco_defconfig b/configs/draco_defconfig index 5fe194b6690..1990279bb5b 100644 --- a/configs/draco_defconfig +++ b/configs/draco_defconfig @@ -17,6 +17,7 @@ CONFIG_SPL_YMODEM_SUPPORT=y CONFIG_DEFAULT_DEVICE_TREE="am335x-draco" CONFIG_BOOTDELAY=3 CONFIG_SYS_CONSOLE_INFO_QUIET=y +CONFIG_BOARD_LATE_INIT=y # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_SPL=y CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y |