u-boot-brain/arch/m68k/cpu/mcf547x_8x
Philippe De Muyter 2ca7406c64 m68k: Fix relocation errors in start.S
When the environment sectors in the flash are big, one get those errors :

 mcf547x_8x/start.S:173: relocation truncated to fit: R_68K_PC16 against
  symbol `cpu_init_f' defined in .text section in libmcf547x_8x.a(cpu_init.o)
 mcf547x_8x/start.S:174: relocation truncated to fit: R_68K_PC16 against
  symbol `board_init_f' defined in .text section in libm68k.a(board.o)

Fix that.

Signed-off-by: Philippe De Muyter <phdm@macqel.be>
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: Clean up checkpatch warnings for MCF547x and MCF548x 2012-09-20 20:39:27 +08:00
cpu.c ColdFire: Clean up checkpatch warnings for MCF547x and MCF548x 2012-09-20 20:39:27 +08:00
interrupts.c ColdFire: Clean up checkpatch warnings for MCF547x and MCF548x 2012-09-20 20:39:27 +08:00
Makefile ColdFire: Add $(obj) before cpu lib to correct build 2011-10-19 00:13:17 +08:00
pci.c ColdFire: Clean up checkpatch warnings for MCF547x and MCF548x 2012-09-20 20:39:27 +08:00
slicetimer.c ColdFire: Clean up checkpatch warnings for MCF547x and MCF548x 2012-09-20 20:39:27 +08:00
speed.c Move DECLARE_GLOBAL_DATA_PTR to file scope 2010-12-21 11:33:36 +01:00
start.S m68k: Fix relocation errors in start.S 2012-10-19 23:47:41 +08:00