diff options
author | Marek Vasut <marex@denx.de> | 2012-10-03 08:54:08 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-10-26 22:35:20 +0200 |
commit | 6f62f4207112013852be87dc2b9c7c570eba11c9 (patch) | |
tree | e6b35231f21122574bedf6f4e1d7a8fc06710738 /arch/arm/cpu/arm720t/cpu.c | |
parent | 4c25761337570e63e9e2631a81de221e692251e3 (diff) | |
download | u-boot-imx-6f62f4207112013852be87dc2b9c7c570eba11c9.zip u-boot-imx-6f62f4207112013852be87dc2b9c7c570eba11c9.tar.gz u-boot-imx-6f62f4207112013852be87dc2b9c7c570eba11c9.tar.bz2 |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/arm720t/cpu.c b/arch/arm/cpu/arm720t/cpu.c index ce7b3c9..e25f6f2 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) |