u-boot-brain/arch/arm/cpu/arm920t
Masahiro Yamada bf1af3d872 ARM: merge commonly-defined PLATFORM_RELFLAGS
Before this commit, all arch/arm/cpu/${CPU}/config.mk except ARMv8
had the same option:
$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))

This commit moves it into arch/arm/config.mk.

If the compiler does not support the option,
it is ignored by $(call cc-option,...).
So this commit gives no harm to ARMv8.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
2014-01-24 16:59:08 -05:00
..
a320 arm920t: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
at91 arm920t: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
ep93xx arm920t: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
imx arm920t: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
ks8695 arm920t: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
s3c24x0 arm920t: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
config.mk ARM: merge commonly-defined PLATFORM_RELFLAGS 2014-01-24 16:59:08 -05:00
cpu.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
interrupts.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
Makefile arm920t: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
start.S Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00