summaryrefslogtreecommitdiff
path: root/cpu/bf533/start1.S
diff options
context:
space:
mode:
authorAubrey.Li <aubrey.adi@gmail.com>2007-03-09 05:38:44 (GMT)
committerAubrey.Li <aubrey.adi@gmail.com>2007-03-09 05:38:44 (GMT)
commit3f0606ad0b5639f7f22848fe5b4574e754d0470f (patch)
tree3cb4fd316134b6a176607ad61739720aeb971a5a /cpu/bf533/start1.S
parenteb92f613556800f7483666db09d9a237ad911d4a (diff)
downloadu-boot-3f0606ad0b5639f7f22848fe5b4574e754d0470f.tar.xz
[Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
Diffstat (limited to 'cpu/bf533/start1.S')
-rw-r--r--cpu/bf533/start1.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/bf533/start1.S b/cpu/bf533/start1.S
index 6f48124..72cfafb 100644
--- a/cpu/bf533/start1.S
+++ b/cpu/bf533/start1.S
@@ -24,8 +24,8 @@
#define ASSEMBLY
#include <linux/config.h>
-#include <asm/blackfin.h>
#include <config.h>
+#include <asm/blackfin.h>
.global start1;
.global _start1;
@@ -34,5 +34,5 @@
_start1:
start1:
sp += -12;
- call board_init_f;
+ call _board_init_f;
sp += 12;