projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f51c8a9
)
ARM: AM57xx: Enable FIT for HS Devices
author
Andreas Dannenberg
<dannenberg@ti.com>
Mon, 13 Jun 2016 23:25:16 +0000
(18:25 -0500)
committer
Tom Rini
<trini@konsulko.com>
Fri, 17 Jun 2016 13:51:02 +0000
(09:51 -0400)
Enable FIT support for AM57xx platforms using the high-security (HS)
device variant.
Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
configs/am57xx_hs_evm_defconfig
patch
|
blob
|
history
diff --git
a/configs/am57xx_hs_evm_defconfig
b/configs/am57xx_hs_evm_defconfig
index a1000792e411f993dc7db464b5202579420911b2..e01e50482a6142b3989c94cc14b4d10d46b15fe3 100644
(file)
--- a/
configs/am57xx_hs_evm_defconfig
+++ b/
configs/am57xx_hs_evm_defconfig
@@
-37,3
+37,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"