From: Simon Glass Date: Sat, 20 Apr 2013 08:42:52 +0000 (+0000) Subject: sandbox: config: Enable CONFIG_FIT and CONFIG_CMD_FIT X-Git-Tag: v2013.07-rc1~18^2~32 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=971020c755e5633c9a8f532356ee1750b38dd86f;p=oweals%2Fu-boot.git sandbox: config: Enable CONFIG_FIT and CONFIG_CMD_FIT Enable these options to use FITs on sandbox. Signed-off-by: Simon Glass --- 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