ARM: AM57xx: Enable FIT
Enable FIT support for AM57xx platforms Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
This commit is contained in:
parent
7a0ea589ba
commit
5e8f29a082
|
@ -36,3 +36,7 @@ CONFIG_SYS_NS16550=y
|
|||
CONFIG_USB=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
CONFIG_USB_XHCI_DWC3=y
|
||||
CONFIG_FIT=y
|
||||
CONFIG_SPL_OF_LIBFDT=y
|
||||
CONFIG_SPL_LOAD_FIT=y
|
||||
CONFIG_OF_LIST="am57xx-beagle-x15"
|
||||
|
|
Loading…
Reference in New Issue