[U-Boot] [PATCH v3 3/4] mv-common.h: Include support for device trees
Kevin Smith
kevin.smith at elecsyscorp.com
Mon May 18 18:09:45 CEST 2015
Signed-off-by: Kevin Smith <kevin.smith at elecsyscorp.com>
Acked-by: Stefan Roese <sr at denx.de>
---
include/configs/mv-common.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h
index 51436da..4039b71 100644
--- a/include/configs/mv-common.h
+++ b/include/configs/mv-common.h
@@ -59,6 +59,8 @@
#define CONFIG_BOOTDELAY 3 /* default enable autoboot */
#define CONFIG_PREBOOT
+#define CONFIG_OF_LIBFDT /* Device tree support */
+
/*
* For booting Linux, the board info and command line data
* have to be in the first 8 MB of memory, since this is
--
2.3.2
More information about the U-Boot
mailing list