coreboot/payloads/libpayload/arch/arm
Julius Werner 2a81112abd arm: Remove some pointless CFLAGS
This patch removes the -ffixed-r8 CFLAG from the coreboot and libpayload
Makefiles. This seems to be a relic from U-Boot, which uses that
register to keep it's global data structure pointer. There's no reason
for us to throw away a perfectly fine register on this already pretty
constrained architecture.

Also removed a config.h inclusion from the Makefile because that should
really be done inside the C files.

BUG=None
TEST=Nyan still boots.

Change-Id: Ia176c0f323c1be07cddf88fa5488788786a27cdf
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/177110
Reviewed-by: Gabe Black <gabeblack@chromium.org>
2013-11-19 06:06:40 +00:00
..
assembler.h ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
cache.c libpayload: expose dcache_line_bytes() in ARM cache API 2013-10-23 05:21:24 +00:00
Config.in ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
coreboot.c ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
dummy_media.c ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
exception.c ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
exception_asm.S ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
head.S ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
libpayload.ldscript ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
main.c ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
Makefile.inc arm: Remove some pointless CFLAGS 2013-11-19 06:06:40 +00:00
memcpy.S ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
memset.S ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
sysinfo.c ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
timer.c ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
util.S ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
virtual.c ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00