forked from Ivasoft/openwrt
add common setup code
SVN-Revision: 17453
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include <asm/reboot.h>
|
||||
#include <asm/time.h>
|
||||
|
||||
#include <asm/mach-ralink/common.h>
|
||||
#include <asm/mach-ralink/rt288x.h>
|
||||
#include <asm/mach-ralink/rt288x_regs.h>
|
||||
|
||||
@@ -100,10 +101,8 @@ unsigned int __cpuinit get_c0_compare_irq(void)
|
||||
return CP0_LEGACY_COMPARE_IRQ;
|
||||
}
|
||||
|
||||
void __init plat_mem_setup(void)
|
||||
void __init ramips_soc_setup(void)
|
||||
{
|
||||
set_io_port_base(KSEG1);
|
||||
|
||||
rt288x_sysc_base = ioremap_nocache(RT2880_SYSC_BASE, RT2880_SYSC_SIZE);
|
||||
rt288x_memc_base = ioremap_nocache(RT2880_MEMC_BASE, RT2880_MEMC_SIZE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user