From 7026ead0d3ece5e43d6b39f62fb5c4306f691224 Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Tue, 9 Feb 2010 15:50:27 +0100 Subject: 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 Signed-off-by: Wolfgang Denk --- include/configs/TK885D.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/configs/TK885D.h') diff --git a/include/configs/TK885D.h b/include/configs/TK885D.h index 1e6d9cebe0..0df1b6e042 100644 --- a/include/configs/TK885D.h +++ b/include/configs/TK885D.h @@ -516,4 +516,9 @@ #define CONFIG_NET_RETRY_COUNT 3 #define CONFIG_ETHPRIME "FEC ETHERNET" +/* pass open firmware flat tree */ +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_HWCONFIG 1 + #endif /* __CONFIG_H */ -- cgit v1.2.1