From 3107696784d59095b267d2592db8e0325387b69d Mon Sep 17 00:00:00 2001 From: "Cooper Jr., Franklin" Date: Fri, 16 Jun 2017 17:25:18 -0500 Subject: 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 Reviewed-by: Tom Rini --- configs/k2e_evm_defconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs/k2e_evm_defconfig') diff --git a/configs/k2e_evm_defconfig b/configs/k2e_evm_defconfig index f09eb84ebc7..dccaa09e670 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" -- cgit v1.2.3