8xx : Add OF support to Adder875 board port - resubmit

Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
This commit is contained in:
Bryan O'Donoghue
2008-02-15 01:05:58 +00:00
committed by Wolfgang Denk
parent d058698fd2
commit a6f5f317cd
2 changed files with 17 additions and 0 deletions

View File

@@ -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 */