u-boot-brain/arch/m68k/cpu/mcf52x2
Marek Vasut 37d6cc3176 m68k: Fix wrong assembler instruction in start.S
The jmp _fault generated the following error message, thus change it
to bra _fault:

start.S: Assembler messages:
start.S:310: Error: Conversion of PC relative displacement to absolute

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: "Jin Zhengxiong-R64188" <R64188@freescale.com>
Cc: Jason Jin <jason.jin@freescale.com>
2012-10-19 23:47:41 +08:00
..
config.mk ColdFire: Update compile flags for each CPUs 2011-09-04 22:46:55 +08:00
cpu_init.c ColdFire: Queued SPI driver 2012-09-20 20:39:27 +08:00
cpu.c ColdFire: Clean up checkpatch warnings for MCF52x2 2012-09-20 20:39:26 +08:00
cpu.h m68k: Move cpu/$CPU to arch/m68k/cpu/$CPU 2010-04-13 09:13:24 +02:00
interrupts.c ColdFire: Clean up checkpatch warnings for MCF52x2 2012-09-20 20:39:26 +08:00
Makefile Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
speed.c ColdFire: Clean up checkpatch warnings for MCF52x2 2012-09-20 20:39:26 +08:00
start.S m68k: Fix wrong assembler instruction in start.S 2012-10-19 23:47:41 +08:00