diff options
author | Hyok S. Choi <hyok.choi@samsung.com> | 2006-09-26 04:38:18 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-09-27 12:39:18 -0400 |
commit | d60674eb5d961b2421db16cc373dc163f38cc105 (patch) | |
tree | f2d6e9fad27cd132e5a45f88350f80cae7444e5c /arch/arm/Makefile | |
parent | 43f5f0146ef5c3a3421ea53a0708fd37edcb8905 (diff) |
[ARM] nommu: add ARM940T core support
This patch adds ARM940T core support which has 4KB D-cache, 4KB I-cache
and a MPU.
Signed-off-by: Hyok S. Choi <hyok.choi@samsung.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index a29e64175f8f..4c424c95dd3a 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -59,6 +59,7 @@ tune-$(CONFIG_CPU_ARM7TDMI) :=-mtune=arm7tdmi | |||
59 | tune-$(CONFIG_CPU_ARM720T) :=-mtune=arm7tdmi | 59 | tune-$(CONFIG_CPU_ARM720T) :=-mtune=arm7tdmi |
60 | tune-$(CONFIG_CPU_ARM740T) :=-mtune=arm7tdmi | 60 | tune-$(CONFIG_CPU_ARM740T) :=-mtune=arm7tdmi |
61 | tune-$(CONFIG_CPU_ARM9TDMI) :=-mtune=arm9tdmi | 61 | tune-$(CONFIG_CPU_ARM9TDMI) :=-mtune=arm9tdmi |
62 | tune-$(CONFIG_CPU_ARM940T) :=-mtune=arm9tdmi | ||
62 | tune-$(CONFIG_CPU_ARM920T) :=-mtune=arm9tdmi | 63 | tune-$(CONFIG_CPU_ARM920T) :=-mtune=arm9tdmi |
63 | tune-$(CONFIG_CPU_ARM922T) :=-mtune=arm9tdmi | 64 | tune-$(CONFIG_CPU_ARM922T) :=-mtune=arm9tdmi |
64 | tune-$(CONFIG_CPU_ARM925T) :=-mtune=arm9tdmi | 65 | tune-$(CONFIG_CPU_ARM925T) :=-mtune=arm9tdmi |