summaryrefslogtreecommitdiff
path: root/include/configs/Adder.h
diff options
context:
space:
mode:
authorBryan O'Donoghue <bodonoghue@codehermit.ie>2008-02-15 01:05:58 +0000
committerWolfgang Denk <wd@denx.de>2008-03-25 22:20:36 +0100
commita6f5f317cd074bbbfa2aab4fca05904c811c19fb (patch)
tree0ad6a5cf57b1fe46176ff5cf1253771633aaf25c /include/configs/Adder.h
parentd058698fd2d9f769ff38ac53c8708b3fdd314f2d (diff)
8xx : Add OF support to Adder875 board port - resubmit
Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
Diffstat (limited to 'include/configs/Adder.h')
-rw-r--r--include/configs/Adder.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/Adder.h b/include/configs/Adder.h
index 4304ecca7..79199912d 100644
--- a/include/configs/Adder.h
+++ b/include/configs/Adder.h
@@ -37,6 +37,8 @@
#define CONFIG_ETHER_ON_FEC1
#define CONFIG_ETHER_ON_FEC2
+#define CONFIG_HAS_ETH0
+#define CONFIG_HAS_ETH1
#if defined(CONFIG_ETHER_ON_FEC1) || defined(CONFIG_ETHER_ON_FEC2)
#define CFG_DISCOVER_PHY
@@ -212,4 +214,8 @@
#define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from flash */
#define BOOTFLAG_WARM 0x02 /* Software reboot */
+/* pass open firmware flat tree */
+#define CONFIG_OF_LIBFDT 1
+#define CONFIG_OF_BOARD_SETUP 1
+
#endif /* __CONFIG_H */