From: Michal Simek Date: Wed, 23 Apr 2014 08:02:33 +0000 (+0200) Subject: ARM: ultrascale: Enable FIT format X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24b566a99374d6cc471e277e9721513bb84f5f28;p=thirdparty%2Fu-boot.git ARM: ultrascale: Enable FIT format FIT format should be used for Linux kernel booting. Signed-off-by: Michal Simek --- diff --git a/include/configs/xilinx_ultrascale.h b/include/configs/xilinx_ultrascale.h index 17ac3daa2cb..347787aeac9 100644 --- a/include/configs/xilinx_ultrascale.h +++ b/include/configs/xilinx_ultrascale.h @@ -95,4 +95,7 @@ /* max command args */ #define CONFIG_SYS_MAXARGS 64 +#define CONFIG_FIT +#define CONFIG_FIT_VERBOSE /* enable fit_format_{error,warning}() */ + #endif /* __XILINX_ULTRASCALE_H */