]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
microblaze: Remove CONFIG_FIT from board file
authorMichal Simek <michal.simek@xilinx.com>
Fri, 11 Dec 2015 12:12:42 +0000 (13:12 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 27 Jan 2016 14:55:53 +0000 (15:55 +0100)
And enable it via defconfig by default.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
configs/microblaze-generic_defconfig
include/configs/microblaze-generic.h

index ebd88abdccb5da311a29c04c6a1c2b0cc0a22de7..e8146eedf8d6044f12bdb34a108e10d5acc75530 100644 (file)
@@ -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
index b28fc7edd647d0b64840b23951b977d4dcccec2b..a4db3d806fe1bd31b53161a98e04ac78fac077b2 100644 (file)
 
 /* Enable flat device tree support */
 #define CONFIG_LMB             1
-#define CONFIG_FIT             1
 #define CONFIG_OF_LIBFDT       1
 
 #if defined(CONFIG_XILINX_AXIEMAC)