diff options
| author | Bo Shen <[email protected]> | 2013-04-24 10:46:18 +0800 |
|---|---|---|
| committer | Joe Hershberger <[email protected]> | 2013-06-24 19:11:14 -0500 |
| commit | 162762205fa997bf27dded8597904052571a803b (patch) | |
| tree | f96113d939b958bdae8dcbabcd149964c54a79a7 /include | |
| parent | 45a1693a312453dcb5d26cd03c57569c50872cc6 (diff) | |
ARM: at91sam9n12: add network support with ksz8851_16mll
add network support with ksz8851_16mll on at91sam9n12ek board
Signed-off-by: Bo Shen <[email protected]>
Acked-by: Andreas Bießmann <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/at91sam9n12ek.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/at91sam9n12ek.h b/include/configs/at91sam9n12ek.h index 8d2673dacbc..b4b1c319606 100644 --- a/include/configs/at91sam9n12ek.h +++ b/include/configs/at91sam9n12ek.h @@ -167,6 +167,10 @@ #define CONFIG_DOS_PARTITION #endif +/* Ethernet */ +#define CONFIG_KS8851_MLL +#define CONFIG_KS8851_MLL_BASEADDR 0x30000000 /* use NCS2 */ + #define CONFIG_SYS_LOAD_ADDR 0x22000000 /* load address */ #define CONFIG_SYS_MEMTEST_START CONFIG_SYS_SDRAM_BASE |
