[U-Boot] [PATCH v3 17/17] sandbox: config: Enable CONFIG_FIT and CONFIG_CMD_FIT
Simon Glass
sjg at chromium.org
Sat Apr 20 20:42:52 CEST 2013
Enable these options to use FITs on sandbox.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v3: None
Changes in v2: None
include/configs/sandbox.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 8efaded..788207d 100644
--- 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
--
1.8.2.1
More information about the U-Boot
mailing list