diff mbox

[U-Boot,v3,30/30] defconfig: k2g_evm_defconfig: Add K2G ICE to OF_LIST

Message ID 20170524154310.10400-31-fcooper@ti.com
State Superseded
Delegated to: Tom Rini
Headers show

Commit Message

Franklin S Cooper Jr May 24, 2017, 3:43 p.m. UTC
Include K2G ICE to OF_LIST so it can be used for runtime board
detection.

Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
---
 configs/k2g_evm_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini May 26, 2017, 6:10 p.m. UTC | #1
On Wed, May 24, 2017 at 10:43:10AM -0500, Franklin S Cooper Jr wrote:

> Include K2G ICE to OF_LIST so it can be used for runtime board
> detection.
> 
> Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
diff mbox

Patch

diff --git a/configs/k2g_evm_defconfig b/configs/k2g_evm_defconfig
index 7b105da..a5639ea 100644
--- a/configs/k2g_evm_defconfig
+++ b/configs/k2g_evm_defconfig
@@ -48,4 +48,4 @@  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"
+CONFIG_OF_LIST="keystone-k2g-generic keystone-k2g-evm keystone-k2g-ice"