1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 04:26:16 +02:00

[adm5120] enable CAS-630/630W support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14457 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2009-02-08 20:45:50 +00:00
parent 0a24f3716f
commit 29584947ce

View File

@ -123,7 +123,6 @@ void __init cas7xx_flash_setup(void)
cellvision_flash_setup();
}
#if 0
void __init cas6xx_setup(void)
{
cas6xx_flash_setup();
@ -134,7 +133,6 @@ void __init cas6xx_setup(void)
MIPS_MACHINE(MACH_ADM5120_CAS630, "Cellvision CAS-630/630W", cas6xx_setup);
MIPS_MACHINE(MACH_ADM5120_CAS670, "Cellvision CAS-670/670W", cas6xx_setup);
#endif
void __init cas7xx_setup(void)
{