diff options
-rw-r--r-- | arch/arm/mach-vexpress/v2m.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-vexpress/v2m.c b/arch/arm/mach-vexpress/v2m.c index 9e6b93b1a043..de72058180a6 100644 --- a/arch/arm/mach-vexpress/v2m.c +++ b/arch/arm/mach-vexpress/v2m.c | |||
@@ -436,7 +436,7 @@ static void __init v2m_init(void) | |||
436 | } | 436 | } |
437 | 437 | ||
438 | MACHINE_START(VEXPRESS, "ARM-Versatile Express") | 438 | MACHINE_START(VEXPRESS, "ARM-Versatile Express") |
439 | .boot_params = PLAT_PHYS_OFFSET + 0x00000100, | 439 | .atag_offset = 0x100, |
440 | .map_io = v2m_map_io, | 440 | .map_io = v2m_map_io, |
441 | .init_early = v2m_init_early, | 441 | .init_early = v2m_init_early, |
442 | .init_irq = v2m_init_irq, | 442 | .init_irq = v2m_init_irq, |