11 #include <linux/kernel.h>
26 #define FLASH_PHYS_ADDR 0xe0000000
27 #define FLASH_PHYS_SIZE 0x00800000
29 #define PART_BOOT_START 0x00000000
30 #define PART_BOOT_SIZE 0x00040000
31 #define PART_IMAGE_START 0x00040000
32 #define PART_IMAGE_SIZE 0x006c0000
33 #define PART_FPGA_START 0x00700000
34 #define PART_FPGA_SIZE 0x00100000
57 .parts = firebee_flash_parts,
60 static struct resource firebee_flash_resource = {
67 .name =
"physmap-flash",
70 .platform_data = &firebee_flash_data,
73 .resource = &firebee_flash_resource,
78 static int __init init_firebee(
void)