X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fuboot-lantiq%2Ffiles%2Finclude%2Fconfigs%2Farv452c.h;fp=package%2Fuboot-lantiq%2Ffiles%2Finclude%2Fconfigs%2Farv452c.h;h=c4970a229597adb5b37f97f09628fc4eaedad4ae;hb=3ab3d1bb1ff0cc1ed7defbdb380f7ef5eaf6971e;hp=0000000000000000000000000000000000000000;hpb=c076f9600d18a68ced86cac88d6117c2e5efa996;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/package/uboot-lantiq/files/include/configs/arv452c.h b/package/uboot-lantiq/files/include/configs/arv452c.h new file mode 100644 index 0000000000..c4970a2295 --- /dev/null +++ b/package/uboot-lantiq/files/include/configs/arv452c.h @@ -0,0 +1,14 @@ +#ifndef __CONFIG_H_452C +#define __CONFIG_H_452C + +#define CONFIG_ARV4518 1 +#define CONFIG_ARCADYAN "ARV452CPW" + +#define CONFIG_SYS_MAX_RAM 32*1024*1024 +#define CONFIG_SYS_PROMPT "ARV452c => " +#define CONFIG_RMII 1 +#define CONFIG_RTL8306_SWITCH 1 + +#include "arcadyan-common.h" + +#endif