diff options
| author | Simon Glass <sjg@chromium.org> | 2013-04-20 08:42:52 +0000 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-05-01 11:17:21 -0400 | 
| commit | 971020c755e5633c9a8f532356ee1750b38dd86f (patch) | |
| tree | 7ed0381e4a64bd1bcde6010b1519fa0fc47eb2f4 /include/configs/sandbox.h | |
| parent | 7eb2c8d573ad932bf67095f11c6b3beba41064f2 (diff) | |
| download | olio-uboot-2014.01-971020c755e5633c9a8f532356ee1750b38dd86f.tar.xz olio-uboot-2014.01-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/configs/sandbox.h')
| -rw-r--r-- | include/configs/sandbox.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 8efadedd8..788207d00 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 |