summaryrefslogtreecommitdiff
path: root/configs/k2e_evm_defconfig
diff options
context:
space:
mode:
authorCooper Jr., Franklin <fcooper@ti.com>2017-06-16 17:25:18 -0500
committerTom Rini <trini@konsulko.com>2017-07-10 14:25:56 -0400
commit3107696784d59095b267d2592db8e0325387b69d (patch)
tree2d1b8da36304d84255c3509899a45fe35dd89685 /configs/k2e_evm_defconfig
parente820f523d8fbe8f4765688316f2ae424d0a4ea99 (diff)
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/k2e_evm_defconfig')
-rw-r--r--configs/k2e_evm_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/k2e_evm_defconfig b/configs/k2e_evm_defconfig
index f09eb84ebc..dccaa09e67 100644
--- a/configs/k2e_evm_defconfig
+++ b/configs/k2e_evm_defconfig
@@ -43,3 +43,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-k2e-evm"