[uboot-lantiq]
[openwrt/svn-archive/archive.git] / package / uboot-lantiq / files / include / configs / arv3527P.h
1 #ifndef __CONFIG_H_3527
2 #define __CONFIG_H_3527
3
4 #define CONFIG_ARV3527 1
5 #define CONFIG_ARCADYAN "ARV3527P"
6
7 #define CONFIG_SYS_MAX_RAM 32*1024*1024
8 #define CONFIG_USE_DDR_PSC_32 1
9 #define CONFIG_SYS_PROMPT "ARV3527 => "
10
11 /*#define CONFIG_BUTTON_PORT1
12 #define CONFIG_BUTTON_PIN 13
13 #define CONFIG_BUTTON_LEVEL 0
14 */
15 #include "arcadyan-common.h"
16
17 #endif