[lantiq] fix maintainer flag
[openwrt.git] / package / uboot-lantiq / files / include / configs / arv452CPW.h
1 #ifndef __CONFIG_H_452C
2 #define __CONFIG_H_452C
3
4 #define CONFIG_ARV452C          1
5 #define CONFIG_ARCADYAN         "ARV452CPW"
6
7 #define CONFIG_SYS_MAX_RAM      32*1024*1024
8 #define CONFIG_USE_DDR_PSC_32   1
9 #define CONFIG_SYS_PROMPT       "ARV452c => "
10 #define CONFIG_RMII             1
11 #define CONFIG_RTL8306_SWITCH   1
12 #define CONFIG_EBU_GPIO         0xf00
13
14 #define CONFIG_BUTTON_PORT0
15 #define CONFIG_BUTTON_PIN       11
16 #define CONFIG_BUTTON_LEVEL     0
17
18 #include "arcadyan-common.h"
19
20 #endif