diff options
author | Marek Vasut <marex@denx.de> | 2012-10-03 08:54:09 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-10-26 22:37:12 +0200 |
commit | afad40299eea12dfd032b44d04c2d4151d7e9862 (patch) | |
tree | 417be44c334316e52d416bdbaf68d5a41edd375c /arch/arm/cpu/arm720t/cpu.c | |
parent | 6f62f4207112013852be87dc2b9c7c570eba11c9 (diff) |
arm: Remove support for s3c4510
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 e25f6f2ea7a..864720fcdf7 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) +#if defined(CONFIG_NETARM) disable_interrupts (); /* Nothing more needed */ #elif defined(CONFIG_INTEGRATOR) && defined(CONFIG_ARCH_INTEGRATOR) |