]> Pileus Git - ~andy/linux/blobdiff - arch/arm/mach-msm/board-sapphire.c
Merge remote branch 'rmk/for-linus' into for-linus
[~andy/linux] / arch / arm / mach-msm / board-sapphire.c
index 2bc1b9d5623e4e1871d2ab81d9e3e0faf5573218..68f930f07d77c2bb86192e329036db861ccedafc 100644 (file)
@@ -105,11 +105,7 @@ static void __init sapphire_map_io(void)
 
 MACHINE_START(SAPPHIRE, "sapphire")
 /* Maintainer: Brian Swetland <swetland@google.com> */
-#ifdef CONFIG_MSM_DEBUG_UART
-       .phys_io        = MSM_DEBUG_UART_PHYS,
-       .io_pg_offst    = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc,
-#endif
-       .boot_params    = PHYS_OFFSET + 0x100,
+       .boot_params    = PLAT_PHYS_OFFSET + 0x100,
        .fixup          = sapphire_fixup,
        .map_io         = sapphire_map_io,
        .init_irq       = sapphire_init_irq,