]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sandbox: config: Enable CONFIG_FIT and CONFIG_CMD_FIT
authorSimon Glass <sjg@chromium.org>
Sat, 20 Apr 2013 08:42:52 +0000 (08:42 +0000)
committerTom 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

index 8efadedd8ddb359a909feedac0ce2926c927b6b6..788207d0076f3ce2094bde7a8424e4e0872fe4a7 100644 (file)
@@ -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