summaryrefslogtreecommitdiffstats
path: root/arch/ppc
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-12 11:21:59 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-07-12 11:21:59 +0200
commitf8404c805f25a6f5e1aade03436a4ca50c43f65f (patch)
tree5b8b48507cf4ea909493095f7ce7b7fe71f59984 /arch/ppc
parent793ff46a04c6aea52387d23ec58df2aec312532b (diff)
downloadbarebox-f8404c805f25a6f5e1aade03436a4ca50c43f65f.tar.gz
barebox-f8404c805f25a6f5e1aade03436a4ca50c43f65f.tar.xz
remove unneeded include, use cpu_init()
Diffstat (limited to 'arch/ppc')
-rw-r--r--arch/ppc/mach-mpc5xxx/start.S3
1 files changed, 1 insertions, 2 deletions
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 <config.h>
-#include <asm/arch/mpc5xxx.h>
#include <ppc_asm.tmpl>
#include <ppc_defs.h>
@@ -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 */