2
0
forked from Ivasoft/openwrt

use common get_system_type function

SVN-Revision: 17455
This commit is contained in:
Gabor Juhos
2009-08-31 18:53:31 +00:00
parent f4afb9a4f9
commit aec7426483
9 changed files with 17 additions and 26 deletions

View File

@@ -19,6 +19,13 @@
#include <asm/mach-ralink/common.h>
#include <ralink_soc.h>
unsigned char ramips_sys_type[RAMIPS_SYS_TYPE_LEN];
const char *get_system_type(void)
{
return ramips_sys_type;
}
static void __init detect_mem_size(void)
{
unsigned long size;