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:
7eb2c8d
)
sandbox: config: Enable CONFIG_FIT and CONFIG_CMD_FIT
author
Simon Glass
<sjg@chromium.org>
Sat, 20 Apr 2013 08:42:52 +0000
(08:42 +0000)
committer
Tom Rini
<trini@ti.com>
Wed, 1 May 2013 15:17:21 +0000
(11:17 -0400)
Enable these options to use FITs on sandbox.
Signed-off-by: Simon Glass <sjg@chromium.org>
include/configs/sandbox.h
patch
|
blob
|
history
diff --git
a/include/configs/sandbox.h
b/include/configs/sandbox.h
index 8efadedd8ddb359a909feedac0ce2926c927b6b6..788207d0076f3ce2094bde7a8424e4e0872fe4a7 100644
(file)
--- a/
include/configs/sandbox.h
+++ b/
include/configs/sandbox.h
@@
-29,6
+29,8
@@
#define CONFIG_OF_HOSTFILE
#define CONFIG_OF_LIBFDT
#define CONFIG_LMB
+#define CONFIG_FIT
+#define CONFIG_CMD_FDT
#define CONFIG_FS_FAT
#define CONFIG_FS_EXT4