Merge branch 'master' of git://git.denx.de/u-boot-arm
This commit is contained in:
commit
89e76b5f86
@ -1005,6 +1005,7 @@ Zhong Hongbo <bocui107@gmail.com>
|
||||
SMDK6400 ARM1176 (S3C6400 SoC)
|
||||
|
||||
Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
|
||||
Tetsuyuki Kobayashi <koba@kmckk.co.jp>
|
||||
|
||||
kzm9g SH73A0 (RMOBILE SoC)
|
||||
|
||||
|
@ -26,6 +26,8 @@ PLATFORM_RELFLAGS += -fno-common -ffixed-r8 -msoft-float
|
||||
# supported by more tool-chains
|
||||
PF_CPPFLAGS_ARMV7 := $(call cc-option, -march=armv7-a, -march=armv5)
|
||||
PLATFORM_CPPFLAGS += $(PF_CPPFLAGS_ARMV7)
|
||||
PF_CPPFLAGS_NO_UNALIGNED := $(call cc-option, -mno-unaligned-access,)
|
||||
PLATFORM_CPPFLAGS += $(PF_CPPFLAGS_NO_UNALIGNED)
|
||||
|
||||
# =========================================================================
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user