diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-05-09 13:21:19 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 20:39:52 +0200 |
commit | ad7e8aac6920f8b8a85b3cc2e93bca7458e99aa1 (patch) | |
tree | 4e12ccbf1f69be11f579e6d658c9732296f1adc4 /lib_arm | |
parent | c358d9c3f16571e8f825e81b75eaf32e228cb669 (diff) | |
download | u-boot-imx-ad7e8aac6920f8b8a85b3cc2e93bca7458e99aa1.zip u-boot-imx-ad7e8aac6920f8b8a85b3cc2e93bca7458e99aa1.tar.gz u-boot-imx-ad7e8aac6920f8b8a85b3cc2e93bca7458e99aa1.tar.bz2 |
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 'lib_arm')
-rw-r--r-- | lib_arm/board.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib_arm/board.c b/lib_arm/board.c index d86ed22..e081fbc 100644 --- a/lib_arm/board.c +++ b/lib_arm/board.c @@ -265,7 +265,6 @@ typedef int (init_fnc_t) (void); int print_cpuinfo (void); init_fnc_t *init_sequence[] = { - cpu_init, /* basic cpu dependent setup */ #if defined(CONFIG_ARCH_CPU_INIT) arch_cpu_init, /* basic arch cpu dependent setup */ #endif |