diff options
author | Hou Zhiqiang <Zhiqiang.Hou@nxp.com> | 2016-12-13 06:54:08 (GMT) |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-01-18 17:25:05 (GMT) |
commit | 1e960e15a58d029fbf7ad2a58afc565275d3485e (patch) | |
tree | 1bf62ea65096c1747a6db63eadcfef1238e7ec0f /configs/ls1021aqds_nor_SECURE_BOOT_defconfig | |
parent | 388f3865832fd4118974854813d119b82220446c (diff) | |
download | u-boot-fsl-qoriq-1e960e15a58d029fbf7ad2a58afc565275d3485e.tar.xz |
configs: ls1021a: enable DT and DM support
Enable DT to support Driver Model.
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls1021aqds_nor_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls1021aqds_nor_SECURE_BOOT_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/ls1021aqds_nor_SECURE_BOOT_defconfig b/configs/ls1021aqds_nor_SECURE_BOOT_defconfig index 820d6fc..8719a35 100644 --- a/configs/ls1021aqds_nor_SECURE_BOOT_defconfig +++ b/configs/ls1021aqds_nor_SECURE_BOOT_defconfig @@ -1,11 +1,13 @@ CONFIG_ARM=y CONFIG_TARGET_LS1021AQDS=y CONFIG_SECURE_BOOT=y +CONFIG_DEFAULT_DEVICE_TREE="ls1021a-qds-duart" CONFIG_VIDEO=y # CONFIG_SYS_MALLOC_F is not set CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_OF_BOARD_SETUP=y +CONFIG_OF_CONTROL=y CONFIG_OF_STDOUT_VIA_ALIAS=y CONFIG_BOOTDELAY=3 CONFIG_SILENT_CONSOLE=y |