mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
integrator: enable device tree
This enables the device tree library on the Integrator platforms so we can pass a device tree when booting. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
b930a3e637
commit
5e7ffaa4a3
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
||||||
|
|
||||||
#define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */
|
#define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */
|
||||||
#define CONFIG_SETUP_MEMORY_TAGS
|
#define CONFIG_SETUP_MEMORY_TAGS
|
||||||
|
#define CONFIG_OF_LIBFDT /* enable passing a Device Tree */
|
||||||
#define CONFIG_MISC_INIT_R /* call misc_init_r during start up */
|
#define CONFIG_MISC_INIT_R /* call misc_init_r during start up */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue