summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorVikas Manocha <vikas.manocha@st.com>2015-05-03 14:10:34 -0700
committerTom Rini <trini@konsulko.com>2015-05-10 09:59:36 -0400
commit0a836ceb01aee3113fa93895b44cb07bf1cd1cb4 (patch)
tree5c497132abc78f9eb2480fe8d733d14e4092a3b7 /include/configs
parent2a3c25d24240d5e3ee660f0875e755a457b5117e (diff)
downloadtalos-obmc-uboot-0a836ceb01aee3113fa93895b44cb07bf1cd1cb4.tar.gz
talos-obmc-uboot-0a836ceb01aee3113fa93895b44cb07bf1cd1cb4.zip
stv0991: fdt: add stv0991 device tree
This patch adds device tree for the ST Micro stv0991 board & enables device tree control. Progressively device tree support for the drivers being used will also be added. Signed-off-by: Vikas Manocha <vikas.manocha@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/stv0991.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/stv0991.h b/include/configs/stv0991.h
index ab1e61cf89..e75e6616ca 100644
--- a/include/configs/stv0991.h
+++ b/include/configs/stv0991.h
@@ -79,5 +79,7 @@
#define CONFIG_AUTOBOOT_STOP_STR " "
#define CONFIG_AUTOBOOT_PROMPT \
"Hit SPACE in %d seconds to stop autoboot.\n", bootdelay
-
+#define CONFIG_OF_SEPARATE
+#define CONFIG_OF_CONTROL
+#define CONFIG_OF_LIBFDT
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud