diff options
Diffstat (limited to 'arch/arm/mach-mmp/flint.c')
| -rw-r--r-- | arch/arm/mach-mmp/flint.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-mmp/flint.c b/arch/arm/mach-mmp/flint.c index 4ec7709a3462..e4312d238eae 100644 --- a/arch/arm/mach-mmp/flint.c +++ b/arch/arm/mach-mmp/flint.c | |||
| @@ -114,9 +114,8 @@ static void __init flint_init(void) | |||
| 114 | 114 | ||
| 115 | MACHINE_START(FLINT, "Flint Development Platform") | 115 | MACHINE_START(FLINT, "Flint Development Platform") |
| 116 | .phys_io = APB_PHYS_BASE, | 116 | .phys_io = APB_PHYS_BASE, |
| 117 | .boot_params = 0x00000100, | ||
| 118 | .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, | 117 | .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, |
| 119 | .map_io = pxa_map_io, | 118 | .map_io = mmp_map_io, |
| 120 | .init_irq = mmp2_init_irq, | 119 | .init_irq = mmp2_init_irq, |
| 121 | .timer = &mmp2_timer, | 120 | .timer = &mmp2_timer, |
| 122 | .init_machine = flint_init, | 121 | .init_machine = flint_init, |
