Root/
| 1 | #ifndef __CONFIG_H_7525PW |
| 2 | #define __CONFIG_H_7525PW |
| 3 | |
| 4 | #define CONFIG_ARV7525 1 |
| 5 | #define CONFIG_ARCADYAN "ARV7525PW" |
| 6 | |
| 7 | #define CONFIG_SYS_MAX_RAM 32*1024*1024 |
| 8 | #define CONFIG_USE_DDR_PSC_32 1 |
| 9 | #define CONFIG_SYS_PROMPT "ARV7525 => " |
| 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 |
| 19 |
