Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187599
b: refs/heads/master
c: 9b1489e
h: refs/heads/master
i:
  187597: 5f7366f
  187595: 5773842
  187591: 72b239f
  187583: d874075
v: v3
  • Loading branch information
Uwe Kleine-König committed Feb 25, 2010
1 parent d6c7605 commit 751a0d7
Show file tree
Hide file tree
Showing 41 changed files with 1,581 additions and 1,652 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 08268b78d6f0c659dc1d86453c57b336f6f4f9ae
refs/heads/master: 9b1489e989695c4d502865f8bec616c0f17e99ab
3 changes: 1 addition & 2 deletions trunk/arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,9 @@ config ARCH_MXC
bool "Freescale MXC/iMX-based"
select GENERIC_TIME
select GENERIC_CLOCKEVENTS
select ARCH_MTD_XIP
select GENERIC_GPIO
select ARCH_REQUIRE_GPIOLIB
select HAVE_CLK
select COMMON_CLKDEV
help
Support for Freescale MXC/iMX-based family of processors

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-mx1/mach-mx1ads.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <mach/hardware.h>
#include <mach/i2c.h>
#include <mach/imx-uart.h>
#include <mach/iomux.h>
#include <mach/iomux-mx1.h>
#include <mach/irqs.h>

#include "devices.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-mx1/mach-scb9328.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <mach/hardware.h>
#include <mach/irqs.h>
#include <mach/imx-uart.h>
#include <mach/iomux.h>
#include <mach/iomux-mx1.h>

#include "devices.h"

Expand Down
8 changes: 3 additions & 5 deletions trunk/arch/arm/mach-mx2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@

# Object file lists.

obj-y := generic.o devices.o serial.o
CFLAGS_generic.o = -DIMX_NEEDS_DEPRECATED_SYMBOLS
CFLAGS_devices.o = -DIMX_NEEDS_DEPRECATED_SYMBOLS
obj-y := devices.o serial.o

obj-$(CONFIG_MACH_MX21) += clock_imx21.o
obj-$(CONFIG_MACH_MX21) += clock_imx21.o mm-imx21.o

obj-$(CONFIG_MACH_MX27) += cpu_imx27.o
obj-$(CONFIG_MACH_MX27) += clock_imx27.o
obj-$(CONFIG_MACH_MX27) += clock_imx27.o mm-imx27.o

obj-$(CONFIG_MACH_MX21ADS) += mach-mx21ads.o
obj-$(CONFIG_MACH_MX27ADS) += mach-mx27ads.o
Expand Down
Loading

0 comments on commit 751a0d7

Please sign in to comment.