Commit 82f40f3e8b1337650450067df383ee1c5ebbcab5

Authored by Cooper Jr., Franklin
Committed by Tom Rini
1 parent bc420967be

defconfig: k2g_evm_defconfig: Add K2G ICE to OF_LIST

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

configs/k2g_evm_defconfig
... ... @@ -47,5 +47,5 @@
47 47 CONFIG_USB_STORAGE=y
48 48 CONFIG_DTB_RESELECT=y
49 49 CONFIG_FIT_EMBED=y
50   -CONFIG_OF_LIST="keystone-k2g-generic keystone-k2g-evm"
  50 +CONFIG_OF_LIST="keystone-k2g-generic keystone-k2g-evm keystone-k2g-ice"