adds ARV4519PW/ARV7519PW
[openwrt/openwrt.git] / package / uboot-lantiq / files / include / configs / arv7518PW.h
1 #ifndef __CONFIG_H_7518
2 #define __CONFIG_H_7518
3
4 #define CONFIG_ARV7518 1
5 #define CONFIG_ARCADYAN "ARV7518PW"
6
7 #define CONFIG_SYS_MAX_RAM 64*1024*1024
8 #define CONFIG_USE_DDR_PSC_64 1
9 #define CONFIG_SYS_PROMPT "ARV7518 => "
10
11 //#define CONFIG_RMII 1
12 #define CONFIG_AR8216_SWITCH 1
13
14 #include "arcadyan-common.h"
15
16 #endif