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:
8e954d7
)
imx35, flea3: add FIT image support
author
Heiko Schocher
<hs@denx.de>
Fri, 9 Oct 2015 04:24:59 +0000
(06:24 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Fri, 30 Oct 2015 14:11:52 +0000
(15:11 +0100)
add FIT image support for the flea3 board.
Signed-off-by: Heiko Schocher <hs@denx.de>
include/configs/flea3.h
patch
|
blob
|
history
diff --git
a/include/configs/flea3.h
b/include/configs/flea3.h
index 15905b984065c072449b75ef791efa07bc838d2e..99bf7d6550e07f52eeea422daec37640d7cd5f2f 100644
(file)
--- a/
include/configs/flea3.h
+++ b/
include/configs/flea3.h
@@
-250,4
+250,8
@@
"else echo U-Boot not downloaded..exiting;fi\0" \
"bootcmd=run net_nfs\0"
+/* Enable FIT images support */
+#define CONFIG_CMD_FDT
+#define CONFIG_FIT
+
#endif /* __CONFIG_H */