27 #include <linux/types.h>
31 #include <linux/module.h>
37 #include <mach/hardware.h>
38 #include <asm/setup.h>
46 #include <mach/board.h>
52 static void __init afeb9260_init_early(
void)
82 .modalias =
"mtd_dataflash",
84 .max_speed_hz = 15 * 1000 * 1000,
104 .name =
"bootloader",
106 .size = (640 *
SZ_1K),
127 .parts = afeb9260_nand_partition,
128 .num_parts =
ARRAY_SIZE(afeb9260_nand_partition),
168 static void __init afeb9260_board_init(
void)
217 .init_early = afeb9260_init_early,
219 .init_machine = afeb9260_board_init,