diff options
author | Cooper Jr., Franklin <fcooper@ti.com> | 2017-06-16 17:25:18 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-10 14:25:56 -0400 |
commit | 3107696784d59095b267d2592db8e0325387b69d (patch) | |
tree | 2d1b8da36304d84255c3509899a45fe35dd89685 /configs/k2g_evm_defconfig | |
parent | e820f523d8fbe8f4765688316f2ae424d0a4ea99 (diff) | |
download | u-boot-3107696784d59095b267d2592db8e0325387b69d.tar.gz |
defconfig: keystone2: Enable U-boot runtime DTB detection
Enable various config options to allow U-boot at runtime to select the
proper dtb to use from the list of dtb's within the FIT image.
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/k2g_evm_defconfig')
-rw-r--r-- | configs/k2g_evm_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/k2g_evm_defconfig b/configs/k2g_evm_defconfig index a5f1ac59f1..8c69667b78 100644 --- a/configs/k2g_evm_defconfig +++ b/configs/k2g_evm_defconfig @@ -45,3 +45,6 @@ CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_STORAGE=y +CONFIG_DTB_RESELECT=y +CONFIG_FIT_EMBED=y +CONFIG_OF_LIST="keystone-k2g-generic keystone-k2g-evm" |