mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[ramips] share machine registration code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17456 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -24,8 +24,6 @@
|
||||
#include <asm/mach-ralink/rt288x.h>
|
||||
#include <asm/mach-ralink/rt288x_regs.h>
|
||||
|
||||
unsigned long rt288x_mach_type;
|
||||
|
||||
static void rt288x_restart(char *command)
|
||||
{
|
||||
rt288x_sysc_wr(RT2880_RESET_SYSTEM, SYSC_REG_RESET_CTRL);
|
||||
@@ -101,12 +99,3 @@ void __init plat_time_init(void)
|
||||
{
|
||||
mips_hpt_frequency = rt288x_cpu_freq / 2;
|
||||
}
|
||||
|
||||
static int __init rt288x_machine_setup(void)
|
||||
{
|
||||
mips_machine_setup(rt288x_mach_type);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
arch_initcall(rt288x_machine_setup);
|
||||
|
||||
Reference in New Issue
Block a user