diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-imx27ipcam.c')
| -rw-r--r-- | arch/arm/mach-imx/mach-imx27ipcam.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-imx27ipcam.c b/arch/arm/mach-imx/mach-imx27ipcam.c index 272f793e924..8da48b33fc5 100644 --- a/arch/arm/mach-imx/mach-imx27ipcam.c +++ b/arch/arm/mach-imx/mach-imx27ipcam.c @@ -71,7 +71,7 @@ static struct sys_timer mx27ipcam_timer = {  MACHINE_START(IMX27IPCAM, "Freescale IMX27IPCAM")  	/* maintainer: Freescale Semiconductor, Inc. */ -	.boot_params = MX27_PHYS_OFFSET + 0x100, +	.atag_offset = 0x100,  	.map_io = mx27_map_io,  	.init_early = imx27_init_early,  	.init_irq = mx27_init_irq,  |