18 #include <asm/machvec.h>
19 #include <asm/sizes.h>
29 .name =
"Linux-Kernel",
33 .name =
"Root Filesystem",
41 .parts = espt_nor_flash_partitions,
42 .nr_parts =
ARRAY_SIZE(espt_nor_flash_partitions),
45 static struct resource espt_nor_flash_resources[] = {
55 .name =
"physmap-flash",
56 .resource = espt_nor_flash_resources,
57 .num_resources =
ARRAY_SIZE(espt_nor_flash_resources),
59 .platform_data = &espt_nor_flash_data,
64 static struct resource sh_eth_resources[] = {
67 .end = 0xFEE00F7C - 1,
89 .resource = sh_eth_resources,
92 .platform_data = &sh7763_eth_pdata,
97 &espt_nor_flash_device,
101 static int __init espt_devices_setup(
void)
109 .mv_name =
"ESPT-GIGA",