summaryrefslogtreecommitdiffstats
path: root/cpu/sa1100
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-05-09 13:21:19 +0200
committerWolfgang Denk <wd@denx.de>2009-06-12 20:39:52 +0200
commitad7e8aac6920f8b8a85b3cc2e93bca7458e99aa1 (patch)
tree4e12ccbf1f69be11f579e6d658c9732296f1adc4 /cpu/sa1100
parentc358d9c3f16571e8f825e81b75eaf32e228cb669 (diff)
downloadtalos-obmc-uboot-ad7e8aac6920f8b8a85b3cc2e93bca7458e99aa1.tar.gz
talos-obmc-uboot-ad7e8aac6920f8b8a85b3cc2e93bca7458e99aa1.zip
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>
Diffstat (limited to 'cpu/sa1100')
-rw-r--r--cpu/sa1100/cpu.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpu/sa1100/cpu.c b/cpu/sa1100/cpu.c
index 39285a0cca..58e90dc9f6 100644
--- a/cpu/sa1100/cpu.c
+++ b/cpu/sa1100/cpu.c
@@ -40,11 +40,6 @@ DECLARE_GLOBAL_DATA_PTR;
static void cache_flush(void);
-int cpu_init (void)
-{
- return 0;
-}
-
int cleanup_before_linux (void)
{
/*
OpenPOWER on IntegriCloud