imx: define per SOC ..._PHYS_OFFSET and use these in favour of PHYS_OFFSET
[pandora-kernel.git] / arch / arm / mach-mx2 / mach-mx27ads.c
index 385fc1c..808ca27 100644 (file)
@@ -336,7 +336,7 @@ MACHINE_START(MX27ADS, "Freescale i.MX27ADS")
        /* maintainer: Freescale Semiconductor, Inc. */
        .phys_io        = MX27_AIPI_BASE_ADDR,
        .io_pg_offst    = ((MX27_AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc,
-       .boot_params    = PHYS_OFFSET + 0x100,
+       .boot_params    = MX27_PHYS_OFFSET + 0x100,
        .map_io         = mx27ads_map_io,
        .init_irq       = mx27_init_irq,
        .init_machine   = mx27ads_board_init,