[ARM] fix mach-at91 build breakage

2007-02-20 Thread Linux Kernel Mailing List
Gitweb: 
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=25ccb569ee52114c01e28a2fe2d451cd43de309c
Commit: 25ccb569ee52114c01e28a2fe2d451cd43de309c
Parent: 4f2849e49cbaf8373163211bb811a8457b46cc4e
Author: David Brownell <[EMAIL PROTECTED]>
AuthorDate: Mon Feb 19 21:28:53 2007 -0800
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Tue Feb 20 15:28:40 2007 +0000

    [ARM] fix mach-at91 build breakage

The rename of the AT91 subtree from mach-at91rm9200 to mach-at91
(to accomodate at91sam926x processors) was incomplete.  It needs
this patch to be able to build again.

Signed-off-by: David Brownell <[EMAIL PROTECTED]>
Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 arch/arm/Makefile |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 1320418..ab9f2d4 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -124,7 +124,7 @@ endif
  machine-$(CONFIG_ARCH_H720X) := h720x
  machine-$(CONFIG_ARCH_AAEC2000)   := aaec2000
  machine-$(CONFIG_ARCH_REALVIEW)   := realview
- machine-$(CONFIG_ARCH_AT91)  := at91rm9200
+ machine-$(CONFIG_ARCH_AT91)  := at91
  machine-$(CONFIG_ARCH_EP93XX):= ep93xx
  machine-$(CONFIG_ARCH_PNX4008)   := pnx4008
  machine-$(CONFIG_ARCH_NETX)  := netx
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] ARM: fix mach-at91 build breakage

2007-02-20 Thread Linux Kernel Mailing List
Gitweb: 
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4afffe5eabc4005674a1ef4f4c96f1ae9f4a979b
Commit: 4afffe5eabc4005674a1ef4f4c96f1ae9f4a979b
Parent: d7f786e06538081dd10c97931a89418699fe609d
Author: David Brownell <[EMAIL PROTECTED]>
AuthorDate: Mon Feb 19 21:28:53 2007 -0800
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Tue Feb 20 10:15:45 2007 -0800

    [PATCH] ARM: fix mach-at91 build breakage

The rename of the AT91 subtree from mach-at91rm9200 to mach-at91
(to accomodate at91sam926x processors) was incomplete.  It needs
this patch to be able to build again.

Signed-off-by: David Brownell <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 arch/arm/Makefile |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 1320418..ab9f2d4 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -124,7 +124,7 @@ endif
  machine-$(CONFIG_ARCH_H720X) := h720x
  machine-$(CONFIG_ARCH_AAEC2000)   := aaec2000
  machine-$(CONFIG_ARCH_REALVIEW)   := realview
- machine-$(CONFIG_ARCH_AT91)  := at91rm9200
+ machine-$(CONFIG_ARCH_AT91)  := at91
  machine-$(CONFIG_ARCH_EP93XX):= ep93xx
  machine-$(CONFIG_ARCH_PNX4008)   := pnx4008
  machine-$(CONFIG_ARCH_NETX)  := netx
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html