summaryrefslogtreecommitdiffstats
path: root/include/configs/TQM860L.h
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2010-02-09 15:50:27 +0100
committerWolfgang Denk <wd@denx.de>2010-03-12 00:06:07 +0100
commit7026ead0d3ece5e43d6b39f62fb5c4306f691224 (patch)
treeb4b06bbc992dd351e71cbe01a1b646ca4c9a2f60 /include/configs/TQM860L.h
parent6ed3b9d44c359bc829e9acd0a55fcd1c3e82b6ae (diff)
downloadtalos-obmc-uboot-7026ead0d3ece5e43d6b39f62fb5c4306f691224.tar.gz
talos-obmc-uboot-7026ead0d3ece5e43d6b39f62fb5c4306f691224.zip
TQM8xx: enable device tree support on all TQM8xx based boards.
Also enable support for CONFIG_HWCONFIG because we use this for configuring if this hardware has a FEC or not. syntax: hwconfig=fec:on if hardware has an fec hwconfig=fec:off if hardware has no fec Signed-off-by: Heiko Schocher <hs@denx.de> Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/TQM860L.h')
-rw-r--r--include/configs/TQM860L.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/TQM860L.h b/include/configs/TQM860L.h
index a772a27bec..e86fe5ef96 100644
--- a/include/configs/TQM860L.h
+++ b/include/configs/TQM860L.h
@@ -482,4 +482,9 @@
#define CONFIG_FEC_ENET
#define CONFIG_ETHPRIME "SCC ETHERNET"
+/* pass open firmware flat tree */
+#define CONFIG_OF_LIBFDT 1
+#define CONFIG_OF_BOARD_SETUP 1
+#define CONFIG_HWCONFIG 1
+
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud