2011-02-01 14:26:47 +00:00
|
|
|
#ifndef __CONFIG_H_4518
|
|
|
|
#define __CONFIG_H_4518
|
2011-01-23 12:06:02 +00:00
|
|
|
|
2011-02-01 14:26:47 +00:00
|
|
|
#define CONFIG_ARV4518 1
|
|
|
|
#define CONFIG_ARCADYAN "ARV4518PW"
|
2011-01-23 12:06:02 +00:00
|
|
|
|
|
|
|
#define CONFIG_SYS_MAX_RAM 64*1024*1024
|
2011-02-24 07:41:10 +00:00
|
|
|
#define CONFIG_USE_DDR_PSC_64 1
|
2011-02-01 14:26:47 +00:00
|
|
|
#define CONFIG_SYS_PROMPT "ARV4518 => "
|
2011-02-24 07:41:10 +00:00
|
|
|
|
|
|
|
//#define CONFIG_RMII 1
|
|
|
|
#define CONFIG_RTL8306_SWITCH 1
|
2011-01-23 12:06:02 +00:00
|
|
|
|
2011-02-01 14:26:47 +00:00
|
|
|
#include "arcadyan-common.h"
|
2011-01-23 12:06:02 +00:00
|
|
|
|
|
|
|
#endif
|