From: Michal Simek Date: Fri, 11 Dec 2015 12:12:42 +0000 (+0100) Subject: microblaze: Remove CONFIG_FIT from board file X-Git-Tag: v2016.03-rc1~46^2~55 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=27f24a3d62605ce247b2875f26d0ec4c433ad3e9;p=oweals%2Fu-boot.git microblaze: Remove CONFIG_FIT from board file And enable it via defconfig by default. Signed-off-by: Michal Simek --- diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig index ebd88abdcc..e8146eedf8 100644 --- a/configs/microblaze-generic_defconfig +++ b/configs/microblaze-generic_defconfig @@ -5,6 +5,8 @@ CONFIG_TARGET_MICROBLAZE_GENERIC=y CONFIG_SYS_TEXT_BASE=0x29000000 CONFIG_DEFAULT_DEVICE_TREE="microblaze-generic" CONFIG_SPL=y +CONFIG_FIT=y +CONFIG_FIT_VERBOSE=y CONFIG_SYS_PROMPT="U-Boot-mONStR> " CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index b28fc7edd6..a4db3d806f 100644 --- a/include/configs/microblaze-generic.h +++ b/include/configs/microblaze-generic.h @@ -294,7 +294,6 @@ /* Enable flat device tree support */ #define CONFIG_LMB 1 -#define CONFIG_FIT 1 #define CONFIG_OF_LIBFDT 1 #if defined(CONFIG_XILINX_AXIEMAC)