From patchwork Sat Jan 5 01:51:30 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot, RFC, 01/44] sandbox: config: Enable CONFIG_FIT and CONFIG_CMD_FIT From: Simon Glass X-Patchwork-Id: 209597 Message-Id: <1357350734-13737-2-git-send-email-sjg@chromium.org> To: U-Boot Mailing List Cc: Joel A Fernandes , Tom Rini , Vadim Bendebury , =?UTF-8?q?Andreas=20B=C3=A4ck?= Date: Fri, 4 Jan 2013 17:51:30 -0800 Enable these options to use FITs on sandbox. Signed-off-by: Simon Glass --- 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 406da43..67d788a 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -31,6 +31,8 @@ #define CONFIG_OF_CONTROL #define CONFIG_OF_LIBFDT #define CONFIG_LMB +#define CONFIG_FIT +#define CONFIG_CMD_FDT #define CONFIG_FS_FAT #define CONFIG_FS_EXT4