commit | 9ffe1eb7f45e1acc50671c163c7ff3ed00eab233 | [log] [tgz] |
---|---|---|
author | Angelo Dureghello <angelo@sysam.it> | Wed Mar 13 21:46:53 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri May 24 08:11:59 2019 -0400 |
tree | e169db6609ab6add1b2c0f917cbc12ba733025da | |
parent | 71abdddd5f173d88a9fda4eb13270488e5c2cdf4 [diff] [blame] |
m68k: add dspi chip-select support Signed-off-by: Angelo Dureghello <angelo@sysam.it> Changes for v5: - new patch
diff --git a/arch/m68k/cpu/mcf5227x/start.S b/arch/m68k/cpu/mcf5227x/start.S index e1b6c35..61f9c68 100644 --- a/arch/m68k/cpu/mcf5227x/start.S +++ b/arch/m68k/cpu/mcf5227x/start.S
@@ -378,7 +378,8 @@ 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 */