aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/board-msm7x30.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-msm/board-msm7x30.c')
-rw-r--r--arch/arm/mach-msm/board-msm7x30.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-msm/board-msm7x30.c b/arch/arm/mach-msm/board-msm7x30.c
index 6f3b9735e970..25db8fd71a70 100644
--- a/arch/arm/mach-msm/board-msm7x30.c
+++ b/arch/arm/mach-msm/board-msm7x30.c
@@ -26,11 +26,11 @@
26 26
27#include <asm/mach-types.h> 27#include <asm/mach-types.h>
28#include <asm/mach/arch.h> 28#include <asm/mach/arch.h>
29#include <asm/memory.h>
29#include <asm/setup.h> 30#include <asm/setup.h>
30 31
31#include <mach/gpio.h> 32#include <mach/gpio.h>
32#include <mach/board.h> 33#include <mach/board.h>
33#include <mach/memory.h>
34#include <mach/msm_iomap.h> 34#include <mach/msm_iomap.h>
35#include <mach/dma.h> 35#include <mach/dma.h>
36 36
@@ -85,7 +85,7 @@ static void __init msm7x30_map_io(void)
85MACHINE_START(MSM7X30_SURF, "QCT MSM7X30 SURF") 85MACHINE_START(MSM7X30_SURF, "QCT MSM7X30 SURF")
86#ifdef CONFIG_MSM_DEBUG_UART 86#ifdef CONFIG_MSM_DEBUG_UART
87#endif 87#endif
88 .boot_params = PHYS_OFFSET + 0x100, 88 .boot_params = PLAT_PHYS_OFFSET + 0x100,
89 .map_io = msm7x30_map_io, 89 .map_io = msm7x30_map_io,
90 .init_irq = msm7x30_init_irq, 90 .init_irq = msm7x30_init_irq,
91 .init_machine = msm7x30_init, 91 .init_machine = msm7x30_init,
@@ -95,7 +95,7 @@ MACHINE_END
95MACHINE_START(MSM7X30_FFA, "QCT MSM7X30 FFA") 95MACHINE_START(MSM7X30_FFA, "QCT MSM7X30 FFA")
96#ifdef CONFIG_MSM_DEBUG_UART 96#ifdef CONFIG_MSM_DEBUG_UART
97#endif 97#endif
98 .boot_params = PHYS_OFFSET + 0x100, 98 .boot_params = PLAT_PHYS_OFFSET + 0x100,
99 .map_io = msm7x30_map_io, 99 .map_io = msm7x30_map_io,
100 .init_irq = msm7x30_init_irq, 100 .init_irq = msm7x30_init_irq,
101 .init_machine = msm7x30_init, 101 .init_machine = msm7x30_init,
@@ -105,7 +105,7 @@ MACHINE_END
105MACHINE_START(MSM7X30_FLUID, "QCT MSM7X30 FLUID") 105MACHINE_START(MSM7X30_FLUID, "QCT MSM7X30 FLUID")
106#ifdef CONFIG_MSM_DEBUG_UART 106#ifdef CONFIG_MSM_DEBUG_UART
107#endif 107#endif
108 .boot_params = PHYS_OFFSET + 0x100, 108 .boot_params = PLAT_PHYS_OFFSET + 0x100,
109 .map_io = msm7x30_map_io, 109 .map_io = msm7x30_map_io,
110 .init_irq = msm7x30_init_irq, 110 .init_irq = msm7x30_init_irq,
111 .init_machine = msm7x30_init, 111 .init_machine = msm7x30_init,