diff options
author | Wolfgang Denk <wd@denx.de> | 2009-09-07 23:12:46 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-09-07 23:12:46 +0200 |
commit | 3ea43ff7738582e2ed00a2ede532c702f7b1d737 (patch) | |
tree | 4377a47f1c3df1a1f8d899975756a02acc807486 /board/ronetix | |
parent | 9f23ca42b3ba19b24e66fade572f2b86d929b6e8 (diff) | |
parent | 2d4072c06b5549444e4140231bba3d47d9b0bc53 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'board/ronetix')
-rw-r--r-- | board/ronetix/pm9261/pm9261.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/ronetix/pm9261/pm9261.c b/board/ronetix/pm9261/pm9261.c index 46948546ae..6915b9b2b3 100644 --- a/board/ronetix/pm9261/pm9261.c +++ b/board/ronetix/pm9261/pm9261.c @@ -250,6 +250,13 @@ int board_init(void) return 0; } +#ifdef CONFIG_DRIVER_DM9000 +int board_eth_init(bd_t *bis) +{ + return dm9000_initialize(bis); +} +#endif + int dram_init(void) { gd->bd->bi_dram[0].start = PHYS_SDRAM; |