u-boot-brain/arch/arm
Jeroen Hofstee 373d798394 arm: prevent using movt/movw address loads
The movt/movw instruction can be used to hardcode an
memory location in the instruction itself. The linker
starts complaining about this if the compiler decides
to do so: "relocation R_ARM_MOVW_ABS_NC against `a local
symbol' can not be used" and it is not support by U-boot
as well. Prevent their use by requiring word relocations.
This allows u-boot to be build at other optimalization
levels then -Os.

Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Cc: TigerLiu@viatech.com.cn
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
Acked-by: Simon Glass <sjg@chromium.org>
2013-09-23 14:36:50 +02:00
..
cpu ARM: s3c44b0: remove remainders of dead board 2013-09-19 08:59:49 +02:00
dts Merge branch 'master' of git://git.denx.de/u-boot-arm 2013-07-12 10:36:48 -04:00
imx-common Merge git://git.denx.de/u-boot-arm 2013-07-31 11:30:38 +02:00
include/asm ARM: s3c44b0: remove remainders of dead board 2013-09-19 08:59:49 +02:00
lib arm: spl: Do not set the stack pointer twice 2013-09-14 11:14:21 +02:00
config.mk arm: prevent using movt/movw address loads 2013-09-23 14:36:50 +02:00