From f8404c805f25a6f5e1aade03436a4ca50c43f65f Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 12 Jul 2007 11:21:59 +0200 Subject: remove unneeded include, use cpu_init() --- arch/ppc/mach-mpc5xxx/start.S | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arch/ppc/mach-mpc5xxx') diff --git a/arch/ppc/mach-mpc5xxx/start.S b/arch/ppc/mach-mpc5xxx/start.S index 7e558ab72c..868829a596 100644 --- a/arch/ppc/mach-mpc5xxx/start.S +++ b/arch/ppc/mach-mpc5xxx/start.S @@ -26,7 +26,6 @@ * U-Boot - Startup Code for MPC5xxx CPUs */ #include -#include #include #include @@ -166,7 +165,7 @@ lowboot_reentry: GET_GOT /* initialize GOT access */ /* r3: IMMR */ - bl cpu_init_f /* run low-level CPU init code (in Flash)*/ + bl cpu_init /* run low-level CPU init code (in Flash)*/ mr r3, r21 /* r3: BOOTFLAG */ -- cgit v1.2.3