21 #include <linux/kernel.h>
60 .name =
"second root",
61 .size =
SZ_16M - 0x00040000,
74 .parts = h5000_flash0_partitions,
75 .nr_parts =
ARRAY_SIZE(h5000_flash0_partitions),
80 .parts = h5000_flash1_partitions,
81 .nr_parts =
ARRAY_SIZE(h5000_flash1_partitions),
84 static struct resource h5000_flash0_resources = {
90 static struct resource h5000_flash1_resources = {
98 .name =
"physmap-flash",
100 .resource = &h5000_flash0_resources,
103 .platform_data = &h5000_flash0_data,
107 .name =
"physmap-flash",
109 .resource = &h5000_flash1_resources,
112 .platform_data = &h5000_flash1_data,
129 static unsigned long h5000_pin_config[] __initdata = {
175 static void fix_msc(
void)
193 static void __init h5000_init(
void)
206 .atag_offset = 0x100,
212 .init_machine = h5000_init,