diff options
Diffstat (limited to 'arch/arm/mach-orion5x/d2net-setup.c')
| -rw-r--r-- | arch/arm/mach-orion5x/d2net-setup.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-orion5x/d2net-setup.c b/arch/arm/mach-orion5x/d2net-setup.c index 19cf5bf99f1..8c8300951f4 100644 --- a/arch/arm/mach-orion5x/d2net-setup.c +++ b/arch/arm/mach-orion5x/d2net-setup.c @@ -336,7 +336,7 @@ static void __init d2net_init(void)  #ifdef CONFIG_MACH_D2NET  MACHINE_START(D2NET, "LaCie d2 Network") -	.boot_params	= 0x00000100, +	.atag_offset	= 0x100,  	.init_machine	= d2net_init,  	.map_io		= orion5x_map_io,  	.init_early	= orion5x_init_early, @@ -348,7 +348,7 @@ MACHINE_END  #ifdef CONFIG_MACH_BIGDISK  MACHINE_START(BIGDISK, "LaCie Big Disk Network") -	.boot_params	= 0x00000100, +	.atag_offset	= 0x100,  	.init_machine	= d2net_init,  	.map_io		= orion5x_map_io,  	.init_early	= orion5x_init_early,  |