diff options
Diffstat (limited to 'arch/arm/mach-pxa/xcep.c')
-rw-r--r-- | arch/arm/mach-pxa/xcep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/xcep.c b/arch/arm/mach-pxa/xcep.c index 937c42845df9..70e1730ef282 100644 --- a/arch/arm/mach-pxa/xcep.c +++ b/arch/arm/mach-pxa/xcep.c | |||
@@ -179,7 +179,7 @@ static void __init xcep_init(void) | |||
179 | } | 179 | } |
180 | 180 | ||
181 | MACHINE_START(XCEP, "Iskratel XCEP") | 181 | MACHINE_START(XCEP, "Iskratel XCEP") |
182 | .boot_params = 0xa0000100, | 182 | .atag_offset = 0x100, |
183 | .init_machine = xcep_init, | 183 | .init_machine = xcep_init, |
184 | .map_io = pxa25x_map_io, | 184 | .map_io = pxa25x_map_io, |
185 | .init_irq = pxa25x_init_irq, | 185 | .init_irq = pxa25x_init_irq, |