diff options
author | Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> | 2007-02-16 09:36:55 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-02-17 15:05:45 -0500 |
commit | 9918cda52368ec3df5bb6bc1630ba8c070ad9fdd (patch) | |
tree | 4b0a6b5df2c8d5f27b3c945eaec0966d8bcf67d8 /arch/arm/Makefile | |
parent | ae0a846e411dc0b568e8ccda584896310ee5f369 (diff) |
[ARM] 4210/1: base for new machine type "NetSilicon NS9360"
Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 000f1100b553..52d119422293 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -124,10 +124,12 @@ endif | |||
124 | machine-$(CONFIG_ARCH_H720X) := h720x | 124 | machine-$(CONFIG_ARCH_H720X) := h720x |
125 | machine-$(CONFIG_ARCH_AAEC2000) := aaec2000 | 125 | machine-$(CONFIG_ARCH_AAEC2000) := aaec2000 |
126 | machine-$(CONFIG_ARCH_REALVIEW) := realview | 126 | machine-$(CONFIG_ARCH_REALVIEW) := realview |
127 | machine-$(CONFIG_ARCH_AT91) := at91rm9200 | 127 | machine-$(CONFIG_ARCH_AT91) := at91rm9200 |
128 | machine-$(CONFIG_ARCH_EP93XX) := ep93xx | 128 | machine-$(CONFIG_ARCH_EP93XX) := ep93xx |
129 | machine-$(CONFIG_ARCH_PNX4008) := pnx4008 | 129 | machine-$(CONFIG_ARCH_PNX4008) := pnx4008 |
130 | machine-$(CONFIG_ARCH_NETX) := netx | 130 | machine-$(CONFIG_ARCH_NETX) := netx |
131 | machine-$(CONFIG_ARCH_NS9XXX) := ns9xxx | ||
132 | textofs-$(CONFIG_ARCH_NS9XXX) := 0x00108000 | ||
131 | 133 | ||
132 | ifeq ($(CONFIG_ARCH_EBSA110),y) | 134 | ifeq ($(CONFIG_ARCH_EBSA110),y) |
133 | # This is what happens if you forget the IOCS16 line. | 135 | # This is what happens if you forget the IOCS16 line. |