diff options
Diffstat (limited to 'arch/arm/mach-ixp4xx/gtwx5715-setup.c')
| -rw-r--r-- | arch/arm/mach-ixp4xx/gtwx5715-setup.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ixp4xx/gtwx5715-setup.c b/arch/arm/mach-ixp4xx/gtwx5715-setup.c index 3790dffd3c3..aa029fc1914 100644 --- a/arch/arm/mach-ixp4xx/gtwx5715-setup.c +++ b/arch/arm/mach-ixp4xx/gtwx5715-setup.c @@ -167,7 +167,7 @@ MACHINE_START(GTWX5715, "Gemtek GTWX5715 (Linksys WRV54G)")  	.map_io		= ixp4xx_map_io,  	.init_irq	= ixp4xx_init_irq,  	.timer		= &ixp4xx_timer, -	.boot_params	= 0x0100, +	.atag_offset	= 0x100,  	.init_machine	= gtwx5715_init,  #if defined(CONFIG_PCI)  	.dma_zone_size	= SZ_64M,  |