fix maintainer flag
[openwrt/openwrt.git] / package / uboot-lantiq / files / include / configs / arv4525PW.h
1 #ifndef __CONFIG_H_4525
2 #define __CONFIG_H_4525
3
4 #define CONFIG_ARV4525 1
5 #define CONFIG_ARCADYAN "ARV4525PW"
6
7 #define CONFIG_SYS_MAX_RAM 32*1024*1024
8 #define CONFIG_USE_DDR_PSC_32 1
9 #define CONFIG_SYS_PROMPT "ARV4525 => "
10
11 #define CONFIG_BUTTON_PORT1
12 #define CONFIG_BUTTON_PIN 13
13 #define CONFIG_BUTTON_LEVEL 0
14
15
16 #include "arcadyan-common.h"
17
18 #endif