17 #define MB93090_BOOTROM_ADDR 0xFF000000
18 #define MB93090_BOOTROM_SIZE (2 * 1024 * 1024)
19 #define MB93090_USERROM_ADDR 0xFF200000
20 #define MB93090_USERROM_SIZE (2 * 1024 * 1024)
40 .parts = mb93090_partitions,
43 static struct resource mb93090_bootrom_resource = {
50 .name =
"physmap-flash",
52 .dev.platform_data = &mb93090_bootrom_data,
54 .resource = &mb93090_bootrom_resource,
63 .parts = mb93090_partitions,
66 static struct resource mb93090_userrom_resource = {
73 .name =
"physmap-flash",
75 .dev.platform_data = &mb93090_userrom_data,
77 .resource = &mb93090_userrom_resource,
83 static int __init mb93090_mtd_init(
void)