u-boot-brain/cpu/mcf547x_8x
TsiChung Liew 9b46432fc6 ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
When the version_string function in start.S is not 4-byte align,
it will cause the compiler generates "unaligned opcodes detected
in executable segment". This issue affects all ColdFire CPUs.
By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
it is not aligned.

Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
Acked-by: John Rigby <jrigby@freescale.com>
2008-03-31 15:10:32 -06:00
..
config.mk ColdFire: Add MCF547x_8x cpu arch 2008-01-17 14:59:41 -06:00
cpu_init.c ColdFire: Add MCF547x_8x cpu arch 2008-01-17 14:59:41 -06:00
cpu.c ColdFire: Add MCF547x_8x cpu arch 2008-01-17 14:59:41 -06:00
interrupts.c ColdFire: Add MCF547x_8x cpu arch 2008-01-17 14:59:41 -06:00
Makefile ColdFire: Add MCF547x_8x cpu arch 2008-01-17 14:59:41 -06:00
pci.c ColdFire: Add MCF547x_8x cpu arch 2008-01-17 14:59:41 -06:00
slicetimer.c ColdFire: Add MCF547x_8x cpu arch 2008-01-17 14:59:41 -06:00
speed.c ColdFire: Add MCF547x_8x cpu arch 2008-01-17 14:59:41 -06:00
start.S ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S 2008-03-31 15:10:32 -06:00