Commit 89e76b5f86b03e34077d16df8543851ff3029f9b
Exists in
master
and in
57 other branches
Merge branch 'master' of git://git.denx.de/u-boot-arm
Showing 2 changed files Side-by-side Diff
MAINTAINERS
arch/arm/cpu/armv7/config.mk
| ... | ... | @@ -26,6 +26,8 @@ |
| 26 | 26 | # supported by more tool-chains |
| 27 | 27 | PF_CPPFLAGS_ARMV7 := $(call cc-option, -march=armv7-a, -march=armv5) |
| 28 | 28 | PLATFORM_CPPFLAGS += $(PF_CPPFLAGS_ARMV7) |
| 29 | +PF_CPPFLAGS_NO_UNALIGNED := $(call cc-option, -mno-unaligned-access,) | |
| 30 | +PLATFORM_CPPFLAGS += $(PF_CPPFLAGS_NO_UNALIGNED) | |
| 29 | 31 | |
| 30 | 32 | # ========================================================================= |
| 31 | 33 | # |