diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-pcm038.c')
| -rw-r--r-- | arch/arm/mach-imx/mach-pcm038.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-pcm038.c b/arch/arm/mach-imx/mach-pcm038.c index 2d6a64bbac4..091bcf87e1a 100644 --- a/arch/arm/mach-imx/mach-pcm038.c +++ b/arch/arm/mach-imx/mach-pcm038.c @@ -349,7 +349,7 @@ static struct sys_timer pcm038_timer = {  };  MACHINE_START(PCM038, "phyCORE-i.MX27") -	.boot_params = MX27_PHYS_OFFSET + 0x100, +	.atag_offset = 0x100,  	.map_io = mx27_map_io,  	.init_early = imx27_init_early,  	.init_irq = mx27_init_irq,  |