summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-04-20 08:42:52 +0000
committerTom Rini <trini@ti.com>2013-05-01 11:17:21 -0400
commit971020c755e5633c9a8f532356ee1750b38dd86f (patch)
tree7ed0381e4a64bd1bcde6010b1519fa0fc47eb2f4 /include
parent7eb2c8d573ad932bf67095f11c6b3beba41064f2 (diff)
downloadtalos-obmc-uboot-971020c755e5633c9a8f532356ee1750b38dd86f.tar.gz
talos-obmc-uboot-971020c755e5633c9a8f532356ee1750b38dd86f.zip
sandbox: config: Enable CONFIG_FIT and CONFIG_CMD_FIT
Enable these options to use FITs on sandbox. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/sandbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 8efadedd8d..788207d007 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
OpenPOWER on IntegriCloud