diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2011-10-08 21:07:42 +0200 | 
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2011-10-08 21:07:42 +0200 | 
| commit | 71f2c153755442c05d15cd025484f676a5f3541f (patch) | |
| tree | fe48af6ddc33da7a0aaf1a16ed9feeafa4a8e1e1 /arch/arm/mach-ixp4xx/avila-setup.c | |
| parent | 8efc59ad6764ade520012cb192cd484e5191cd9c (diff) | |
| parent | c825dda905bac330c2da7fabdf5c0ac28758b3cd (diff) | |
| download | olio-linux-3.10-71f2c153755442c05d15cd025484f676a5f3541f.tar.xz olio-linux-3.10-71f2c153755442c05d15cd025484f676a5f3541f.zip  | |
Merge branch 'depends/rmk/devel-stable' into next/cleanup
Diffstat (limited to 'arch/arm/mach-ixp4xx/avila-setup.c')
| -rw-r--r-- | arch/arm/mach-ixp4xx/avila-setup.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-ixp4xx/avila-setup.c b/arch/arm/mach-ixp4xx/avila-setup.c index ee19c1d383a..37609a22c45 100644 --- a/arch/arm/mach-ixp4xx/avila-setup.c +++ b/arch/arm/mach-ixp4xx/avila-setup.c @@ -167,7 +167,7 @@ MACHINE_START(AVILA, "Gateworks Avila Network Platform")  	.map_io		= ixp4xx_map_io,  	.init_irq	= ixp4xx_init_irq,  	.timer		= &ixp4xx_timer, -	.boot_params	= 0x0100, +	.atag_offset	= 0x100,  	.init_machine	= avila_init,  #if defined(CONFIG_PCI)  	.dma_zone_size	= SZ_64M, @@ -185,7 +185,7 @@ MACHINE_START(LOFT, "Giant Shoulder Inc Loft board")  	.map_io		= ixp4xx_map_io,  	.init_irq	= ixp4xx_init_irq,  	.timer		= &ixp4xx_timer, -	.boot_params	= 0x0100, +	.atag_offset	= 0x100,  	.init_machine	= avila_init,  #if defined(CONFIG_PCI)  	.dma_zone_size	= SZ_64M,  |