commit | 79f396a73a7d42b943cf8c9afb69fccd259f0e52 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Apr 20 08:42:52 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Wed May 01 11:17:21 2013 -0400 |
tree | 7ed0381e4a64bd1bcde6010b1519fa0fc47eb2f4 | |
parent | ea307e87798c1f9fa242100348a94a2316cd4cdb [diff] [blame] |
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>
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