From: Michal Simek Date: Fri, 25 Jun 2010 16:05:28 +0000 (+0200) Subject: microblaze: Enable FDT/FIT support X-Git-Tag: v2011.12-rc1~603^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=37e892d93abee1d5558128db26b1fc431928a73b;p=oweals%2Fu-boot.git microblaze: Enable FDT/FIT support Enable FDT and FIT support. Signed-off-by: Michal Simek --- diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index a334110251..a811b76d7b 100644 --- a/include/configs/microblaze-generic.h +++ b/include/configs/microblaze-generic.h @@ -327,4 +327,9 @@ # define CONFIG_SYS_PROMPT_HUSH_PS2 "> " #endif +/* Enable flat device tree support */ +#define CONFIG_LMB 1 +#define CONFIG_FIT 1 +#define CONFIG_OF_LIBFDT 1 + #endif /* __CONFIG_H */