summaryrefslogtreecommitdiffstats
path: root/include/configs/ca9x4_ct_vxp.h
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@linaro.org>2011-03-28 09:59:07 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-04-28 14:44:17 +0200
commit2fa8ca98c37d5b1bb0328b19ddb7e9d162cd9683 (patch)
tree05c5f914c9e03332d31eee68a4397754d98b5db9 /include/configs/ca9x4_ct_vxp.h
parente3f1089846387a94867c82f24ab5efee5034bf34 (diff)
downloadblackbird-obmc-uboot-2fa8ca98c37d5b1bb0328b19ddb7e9d162cd9683.tar.gz
blackbird-obmc-uboot-2fa8ca98c37d5b1bb0328b19ddb7e9d162cd9683.zip
Add CONFIG_OF_LIBFDT to more boards.
The following boards gain device tree support with this patch: ca9x4_ct_vxp - Versatile Express i.mx5 boards: efikamx mx51evk mx53evk OMAP boards: devkit8000 igep0020 igep0030 omap3_overo omap3_pandora omap4_sdp3430 omap3_zoom1 omap3_zoom2 omap4_panda omap4_sdp4430 Tegra boards: Harmony Signed-off-by: Grant Likely <grant.likely@linaro.org>
Diffstat (limited to 'include/configs/ca9x4_ct_vxp.h')
-rw-r--r--include/configs/ca9x4_ct_vxp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ca9x4_ct_vxp.h b/include/configs/ca9x4_ct_vxp.h
index 2a87a798d5..860f17a638 100644
--- a/include/configs/ca9x4_ct_vxp.h
+++ b/include/configs/ca9x4_ct_vxp.h
@@ -44,6 +44,8 @@
#define CONFIG_L2_OFF 1
#define CONFIG_INITRD_TAG 1
+#define CONFIG_OF_LIBFDT 1
+
/* Size of malloc() pool */
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 128 * 1024)
OpenPOWER on IntegriCloud