imx: define per SOC ..._PHYS_OFFSET and use these in favour of PHYS_OFFSET
[pandora-kernel.git] / arch / arm / mach-mx2 / mach-pca100.c
index 55dbf5a..9279b42 100644 (file)
@@ -235,7 +235,7 @@ static struct sys_timer pca100_timer = {
 MACHINE_START(PCA100, "phyCARD-i.MX27")
        .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         = mx27_map_io,
        .init_irq       = mx27_init_irq,
        .init_machine   = pca100_init,