Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/37e892d93abee1d5558128db26b1fc431928a73b You should set ROOT_URL correctly, otherwise the web may not work correctly.

microblaze: Enable FDT/FIT support

Enable FDT and FIT support.

Signed-off-by: Michal Simek <monstr@monstr.eu>
master
Michal Simek 15 years ago
parent 68332608bc
commit 37e892d93a
  1. 5
      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 */

Loading…
Cancel
Save