diff options
Diffstat (limited to 'arch/arm/mach-mx1')
| -rw-r--r-- | arch/arm/mach-mx1/Makefile | 5 | ||||
| -rw-r--r-- | arch/arm/mach-mx1/mach-mx1ads.c (renamed from arch/arm/mach-mx1/mx1ads.c) | 8 | ||||
| -rw-r--r-- | arch/arm/mach-mx1/mach-scb9328.c (renamed from arch/arm/mach-mx1/scb9328.c) | 4 |
3 files changed, 9 insertions, 8 deletions
diff --git a/arch/arm/mach-mx1/Makefile b/arch/arm/mach-mx1/Makefile index 7f86fe073ec..fc2ddf82441 100644 --- a/arch/arm/mach-mx1/Makefile +++ b/arch/arm/mach-mx1/Makefile | |||
| @@ -4,11 +4,12 @@ | |||
| 4 | 4 | ||
| 5 | # Object file lists. | 5 | # Object file lists. |
| 6 | 6 | ||
| 7 | EXTRA_CFLAGS += -DIMX_NEEDS_DEPRECATED_SYMBOLS | ||
| 7 | obj-y += generic.o clock.o devices.o | 8 | obj-y += generic.o clock.o devices.o |
| 8 | 9 | ||
| 9 | # Support for CMOS sensor interface | 10 | # Support for CMOS sensor interface |
| 10 | obj-$(CONFIG_MX1_VIDEO) += ksym_mx1.o mx1_camera_fiq.o | 11 | obj-$(CONFIG_MX1_VIDEO) += ksym_mx1.o mx1_camera_fiq.o |
| 11 | 12 | ||
| 12 | # Specific board support | 13 | # Specific board support |
| 13 | obj-$(CONFIG_ARCH_MX1ADS) += mx1ads.o | 14 | obj-$(CONFIG_ARCH_MX1ADS) += mach-mx1ads.o |
| 14 | obj-$(CONFIG_MACH_SCB9328) += scb9328.o \ No newline at end of file | 15 | obj-$(CONFIG_MACH_SCB9328) += mach-scb9328.o |
diff --git a/arch/arm/mach-mx1/mx1ads.c b/arch/arm/mach-mx1/mach-mx1ads.c index 30f04e56faf..51f3cfd83db 100644 --- a/arch/arm/mach-mx1/mx1ads.c +++ b/arch/arm/mach-mx1/mach-mx1ads.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * arch/arm/mach-imx/mx1ads.c | 2 | * arch/arm/mach-imx/mach-mx1ads.c |
| 3 | * | 3 | * |
| 4 | * Initially based on: | 4 | * Initially based on: |
| 5 | * linux-2.6.7-imx/arch/arm/mach-imx/scb9328.c | 5 | * linux-2.6.7-imx/arch/arm/mach-imx/scb9328.c |
| @@ -27,7 +27,7 @@ | |||
| 27 | #include <mach/hardware.h> | 27 | #include <mach/hardware.h> |
| 28 | #include <mach/i2c.h> | 28 | #include <mach/i2c.h> |
| 29 | #include <mach/imx-uart.h> | 29 | #include <mach/imx-uart.h> |
| 30 | #include <mach/iomux.h> | 30 | #include <mach/iomux-mx1.h> |
| 31 | #include <mach/irqs.h> | 31 | #include <mach/irqs.h> |
| 32 | 32 | ||
| 33 | #include "devices.h" | 33 | #include "devices.h" |
| @@ -147,7 +147,7 @@ MACHINE_START(MX1ADS, "Freescale MX1ADS") | |||
| 147 | /* Maintainer: Sascha Hauer, Pengutronix */ | 147 | /* Maintainer: Sascha Hauer, Pengutronix */ |
| 148 | .phys_io = IMX_IO_PHYS, | 148 | .phys_io = IMX_IO_PHYS, |
| 149 | .io_pg_offst = (IMX_IO_BASE >> 18) & 0xfffc, | 149 | .io_pg_offst = (IMX_IO_BASE >> 18) & 0xfffc, |
| 150 | .boot_params = PHYS_OFFSET + 0x100, | 150 | .boot_params = MX1_PHYS_OFFSET + 0x100, |
| 151 | .map_io = mx1_map_io, | 151 | .map_io = mx1_map_io, |
| 152 | .init_irq = mx1_init_irq, | 152 | .init_irq = mx1_init_irq, |
| 153 | .timer = &mx1ads_timer, | 153 | .timer = &mx1ads_timer, |
| @@ -157,7 +157,7 @@ MACHINE_END | |||
| 157 | MACHINE_START(MXLADS, "Freescale MXLADS") | 157 | MACHINE_START(MXLADS, "Freescale MXLADS") |
| 158 | .phys_io = IMX_IO_PHYS, | 158 | .phys_io = IMX_IO_PHYS, |
| 159 | .io_pg_offst = (IMX_IO_BASE >> 18) & 0xfffc, | 159 | .io_pg_offst = (IMX_IO_BASE >> 18) & 0xfffc, |
| 160 | .boot_params = PHYS_OFFSET + 0x100, | 160 | .boot_params = MX1_PHYS_OFFSET + 0x100, |
| 161 | .map_io = mx1_map_io, | 161 | .map_io = mx1_map_io, |
| 162 | .init_irq = mx1_init_irq, | 162 | .init_irq = mx1_init_irq, |
| 163 | .timer = &mx1ads_timer, | 163 | .timer = &mx1ads_timer, |
diff --git a/arch/arm/mach-mx1/scb9328.c b/arch/arm/mach-mx1/mach-scb9328.c index 325d98df605..7587a7a1246 100644 --- a/arch/arm/mach-mx1/scb9328.c +++ b/arch/arm/mach-mx1/mach-scb9328.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * linux/arch/arm/mach-mx1/scb9328.c | 2 | * linux/arch/arm/mach-mx1/mach-scb9328.c |
| 3 | * | 3 | * |
| 4 | * Copyright (c) 2004 Sascha Hauer <saschahauer@web.de> | 4 | * Copyright (c) 2004 Sascha Hauer <saschahauer@web.de> |
| 5 | * Copyright (c) 2006-2008 Juergen Beisert <jbeisert@netscape.net> | 5 | * Copyright (c) 2006-2008 Juergen Beisert <jbeisert@netscape.net> |
| @@ -23,7 +23,7 @@ | |||
| 23 | #include <mach/hardware.h> | 23 | #include <mach/hardware.h> |
| 24 | #include <mach/irqs.h> | 24 | #include <mach/irqs.h> |
| 25 | #include <mach/imx-uart.h> | 25 | #include <mach/imx-uart.h> |
| 26 | #include <mach/iomux.h> | 26 | #include <mach/iomux-mx1.h> |
| 27 | 27 | ||
| 28 | #include "devices.h" | 28 | #include "devices.h" |
| 29 | 29 | ||
