ARM i.MX51 boards: Do not use PHYS_OFFSET
[pandora-kernel.git] / arch / arm / mach-mx5 / board-mx51_3ds.c
index 02ef3d1..6cc2805 100644 (file)
@@ -187,7 +187,7 @@ static struct sys_timer mxc_timer = {
 
 MACHINE_START(MX51_3DS, "Freescale MX51 3-Stack Board")
        /* Maintainer: Freescale Semiconductor, Inc. */
-       .boot_params = PHYS_OFFSET + 0x100,
+       .boot_params = MX51_PHYS_OFFSET + 0x100,
        .map_io = mx51_map_io,
        .init_irq = mx51_init_irq,
        .init_machine = mxc_board_init,