igep00x0: move sysinfo into C file
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
This commit is contained in:
parent
af32443656
commit
b7e042d6af
@ -21,6 +21,24 @@
|
|||||||
|
|
||||||
DECLARE_GLOBAL_DATA_PTR;
|
DECLARE_GLOBAL_DATA_PTR;
|
||||||
|
|
||||||
|
const omap3_sysinfo sysinfo = {
|
||||||
|
DDR_STACKED,
|
||||||
|
#if (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0020)
|
||||||
|
"IGEPv2",
|
||||||
|
#endif
|
||||||
|
#if (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0030)
|
||||||
|
"IGEP COM MODULE/ELECTRON",
|
||||||
|
#endif
|
||||||
|
#if (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0032)
|
||||||
|
"IGEP COM PROTON",
|
||||||
|
#endif
|
||||||
|
#if defined(CONFIG_ENV_IS_IN_ONENAND)
|
||||||
|
"ONENAND",
|
||||||
|
#else
|
||||||
|
"NAND",
|
||||||
|
#endif
|
||||||
|
};
|
||||||
|
|
||||||
#if defined(CONFIG_CMD_NET)
|
#if defined(CONFIG_CMD_NET)
|
||||||
/* GPMC definitions for LAN9221 chips */
|
/* GPMC definitions for LAN9221 chips */
|
||||||
static const u32 gpmc_lan_config[] = {
|
static const u32 gpmc_lan_config[] = {
|
||||||
|
@ -7,24 +7,6 @@
|
|||||||
#ifndef _IGEP00X0_H_
|
#ifndef _IGEP00X0_H_
|
||||||
#define _IGEP00X0_H_
|
#define _IGEP00X0_H_
|
||||||
|
|
||||||
const omap3_sysinfo sysinfo = {
|
|
||||||
DDR_STACKED,
|
|
||||||
#if (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0020)
|
|
||||||
"IGEPv2",
|
|
||||||
#endif
|
|
||||||
#if (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0030)
|
|
||||||
"IGEP COM MODULE/ELECTRON",
|
|
||||||
#endif
|
|
||||||
#if (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0032)
|
|
||||||
"IGEP COM PROTON",
|
|
||||||
#endif
|
|
||||||
#if defined(CONFIG_ENV_IS_IN_ONENAND)
|
|
||||||
"ONENAND",
|
|
||||||
#else
|
|
||||||
"NAND",
|
|
||||||
#endif
|
|
||||||
};
|
|
||||||
|
|
||||||
static void setup_net_chip(void);
|
static void setup_net_chip(void);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user