diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-04-03 19:19:20 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-04-12 22:25:29 +0200 |
commit | 5e7ffaa4a31df369adeb9387b22a1981e93ea6b1 (patch) | |
tree | 4c1cb9ae77bac1445e8aa4ff5eccabbc4c3d1e71 /include | |
parent | b930a3e637661febb52bfa0e7774bed1af8c60ae (diff) | |
download | u-boot-imx-5e7ffaa4a31df369adeb9387b22a1981e93ea6b1.zip u-boot-imx-5e7ffaa4a31df369adeb9387b22a1981e93ea6b1.tar.gz u-boot-imx-5e7ffaa4a31df369adeb9387b22a1981e93ea6b1.tar.bz2 |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/integrator-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/integrator-common.h b/include/configs/integrator-common.h index 564b418..905b279 100644 --- a/include/configs/integrator-common.h +++ b/include/configs/integrator-common.h @@ -41,6 +41,7 @@ #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ #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 */ /* |