diff options
author | Michal Simek <monstr@monstr.eu> | 2010-06-25 18:05:28 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2011-10-03 08:01:56 +0200 |
commit | 37e892d93abee1d5558128db26b1fc431928a73b (patch) | |
tree | e824e615456f0f241dc20610de410a7f7dfdfc15 /include | |
parent | 68332608bcb4a1e9f172c8162247a61f51730698 (diff) | |
download | u-boot-37e892d93abee1d5558128db26b1fc431928a73b.zip u-boot-37e892d93abee1d5558128db26b1fc431928a73b.tar.gz u-boot-37e892d93abee1d5558128db26b1fc431928a73b.tar.bz2 |
microblaze: Enable FDT/FIT support
Enable FDT and FIT support.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/microblaze-generic.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index a334110..a811b76 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 */ |