mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
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>
This commit is contained in:
parent
bc420967be
commit
82f40f3e8b
1 changed files with 1 additions and 1 deletions
|
@ -47,4 +47,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"
|
||||
|
|
Loading…
Reference in a new issue