[lantiq] fix maintainer flag
[openwrt.git] / package / uboot-lantiq / files / include / configs / arv4519PW.h
1 #ifndef __CONFIG_H_4519
2 #define __CONFIG_H_4519
3
4 #define CONFIG_ARV4519          1
5 #define CONFIG_ARCADYAN         "ARV4519PW"
6
7 #define CONFIG_SYS_MAX_RAM      32*1024*1024
8 #define CONFIG_USE_DDR_PSC_32   1
9 #define CONFIG_SYS_PROMPT       "ARV4519 => "
10
11 #define CONFIG_AR8216_SWITCH    1
12 #define CONFIG_EBU_GPIO         0
13 #define CONFIG_SWITCH_PORT0
14 #define CONFIG_SWITCH_PIN       13
15 #define CONFIG_BUTTON_PORT1
16 #define CONFIG_BUTTON_PIN       12
17 #define CONFIG_BUTTON_LEVEL     0
18
19 #include "arcadyan-common.h"
20
21 #endif