summaryrefslogtreecommitdiff
path: root/arch/m68k/cpu/mcf5227x/start.S
diff options
context:
space:
mode:
authorAngelo Dureghello <angelo@sysam.it>2019-03-13 21:46:53 +0100
committerTom Rini <trini@konsulko.com>2019-05-24 08:11:59 -0400
commit196afe62d6b3e720295bbda046d260ccc6292a28 (patch)
treee169db6609ab6add1b2c0f917cbc12ba733025da /arch/m68k/cpu/mcf5227x/start.S
parentcd3b0717ba9875b3978bdc0835ee82415d766f29 (diff)
downloadu-boot-196afe62d6b3e720295bbda046d260ccc6292a28.tar.gz
m68k: add dspi chip-select support
Signed-off-by: Angelo Dureghello <angelo@sysam.it> Changes for v5: - new patch
Diffstat (limited to 'arch/m68k/cpu/mcf5227x/start.S')
-rw-r--r--arch/m68k/cpu/mcf5227x/start.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/m68k/cpu/mcf5227x/start.S b/arch/m68k/cpu/mcf5227x/start.S
index e1b6c35133..61f9c6859c 100644
--- a/arch/m68k/cpu/mcf5227x/start.S
+++ b/arch/m68k/cpu/mcf5227x/start.S
@@ -378,7 +378,8 @@ _start:
clr.l %sp@-
/* run low-level board init code (from flash) */
- bsr board_init_f
+ move.l #board_init_f, %a1
+ jsr (%a1)
/* board_init_f() does not return */