]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - lib_arm/board.c
arm: remove cpu_init
[people/ms/u-boot.git] / lib_arm / board.c
index d86ed22cadb734f6ac5420cdacc5dc5edf4d6370..e081fbccb55a268818093f4912a7657d0382d7de 100644 (file)
@@ -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