summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm720t/cpu.c
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2012-10-03 08:54:08 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-10-26 22:35:20 +0200
commit6f62f4207112013852be87dc2b9c7c570eba11c9 (patch)
treee6b35231f21122574bedf6f4e1d7a8fc06710738 /arch/arm/cpu/arm720t/cpu.c
parent4c25761337570e63e9e2631a81de221e692251e3 (diff)
arm: Remove support for lpc2292
This stuff has been rotting in the tree for a year now. Remove it. Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'arch/arm/cpu/arm720t/cpu.c')
-rw-r--r--arch/arm/cpu/arm720t/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/arm720t/cpu.c b/arch/arm/cpu/arm720t/cpu.c
index ce7b3c9c24e..e25f6f2ea7a 100644
--- a/arch/arm/cpu/arm720t/cpu.c
+++ b/arch/arm/cpu/arm720t/cpu.c
@@ -46,7 +46,7 @@ int cleanup_before_linux (void)
* and we set the CPU-speed to 73 MHz - see start.S for details
*/
-#if defined(CONFIG_NETARM) || defined(CONFIG_S3C4510B) || defined(CONFIG_LPC2292)
+#if defined(CONFIG_NETARM) || defined(CONFIG_S3C4510B)
disable_interrupts ();
/* Nothing more needed */
#elif defined(CONFIG_INTEGRATOR) && defined(CONFIG_ARCH_INTEGRATOR)