From 162762205fa997bf27dded8597904052571a803b Mon Sep 17 00:00:00 2001 From: Bo Shen Date: Wed, 24 Apr 2013 10:46:18 +0800 Subject: ARM: at91sam9n12: add network support with ksz8851_16mll MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add network support with ksz8851_16mll on at91sam9n12ek board Signed-off-by: Bo Shen Acked-by: Andreas Bießmann --- include/configs/at91sam9n12ek.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/configs/at91sam9n12ek.h') diff --git a/include/configs/at91sam9n12ek.h b/include/configs/at91sam9n12ek.h index 8d2673dacb..b4b1c31960 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 -- cgit v1.2.3