diff options
Diffstat (limited to 'arch/arm/mach-iop32x/n2100.c')
| -rw-r--r-- | arch/arm/mach-iop32x/n2100.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-iop32x/n2100.c b/arch/arm/mach-iop32x/n2100.c index 1a374eab600..d7269279968 100644 --- a/arch/arm/mach-iop32x/n2100.c +++ b/arch/arm/mach-iop32x/n2100.c @@ -327,7 +327,7 @@ static void __init n2100_init_machine(void)  MACHINE_START(N2100, "Thecus N2100")  	/* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ -	.boot_params	= 0xa0000100, +	.atag_offset	= 0x100,  	.map_io		= n2100_map_io,  	.init_irq	= iop32x_init_irq,  	.timer		= &n2100_timer,  |