arm: remove cpu_init

move s3c44b0 to arch_cpu_init and as noone use cpu_init remove it

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD
2009-05-09 13:21:19 +02:00
committed by Wolfgang Denk
parent c358d9c3f1
commit ad7e8aac69
16 changed files with 2 additions and 67 deletions

View File

@@ -42,11 +42,6 @@ void l2cache_disable(void);
static void cache_flush(void);
int cpu_init(void)
{
return 0;
}
int cleanup_before_linux(void)
{
unsigned int i;