diff options
author | eric miao <eric.y.miao@gmail.com> | 2008-05-26 03:23:14 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-06-01 11:24:23 +0100 |
commit | 6d2545738a7c6ad1831d84ecc6483ea21c327bf4 (patch) | |
tree | 47b94b061c0e3db05e6b29bb2b3fad51a1264957 /arch/arm/boot/compressed/head-xscale.S | |
parent | 759e9408ad2e7f2115ce8341854be982e0186a8c (diff) | |
download | linux-stable-6d2545738a7c6ad1831d84ecc6483ea21c327bf4.tar.gz linux-stable-6d2545738a7c6ad1831d84ecc6483ea21c327bf4.tar.bz2 linux-stable-6d2545738a7c6ad1831d84ecc6483ea21c327bf4.zip |
[ARM] 5062/1: pxa: remove unused definition of CONFIG_ARCH_COTULLA_IDP
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/boot/compressed/head-xscale.S')
-rw-r--r-- | arch/arm/boot/compressed/head-xscale.S | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/compressed/head-xscale.S b/arch/arm/boot/compressed/head-xscale.S index 67ea99ef6521..dd3fbd6766e1 100644 --- a/arch/arm/boot/compressed/head-xscale.S +++ b/arch/arm/boot/compressed/head-xscale.S @@ -33,10 +33,6 @@ __XScale_start: bic r0, r0, #0x1000 @ clear Icache mcr p15, 0, r0, c1, c0, 0 -#ifdef CONFIG_ARCH_COTULLA_IDP - mov r7, #MACH_TYPE_COTULLA_IDP -#endif - #ifdef CONFIG_ARCH_IXP2000 mov r1, #-1 mov r0, #0xd6000000 |