diff options
author | Tetsuyuki Kobayashi <koba@kmckk.co.jp> | 2012-07-01 23:42:10 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-20 14:24:08 +0200 |
commit | 5eb497429ef065083d75ca0bbc61d421a17fcec1 (patch) | |
tree | 0fcb14a7dd986c017340238bfbeb9d9cb2ad6470 /board/egnite | |
parent | 448217d4b2e11b11ae5addd1d1f752ce194d6af0 (diff) | |
download | talos-obmc-uboot-5eb497429ef065083d75ca0bbc61d421a17fcec1.tar.gz talos-obmc-uboot-5eb497429ef065083d75ca0bbc61d421a17fcec1.zip |
arm: armv7: add compile option -mno-unaligned-access if available
Recent compiler generates unaligned memory access in armv7 default.
But current U-Boot does not allow unaligned memory access, so it causes
data abort exception.
This patch add compile option "-mno-unaligned-access" if it is available.
Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
Tested-by: Gary Thomas <gary@mlbassoc.com>
Diffstat (limited to 'board/egnite')
0 files changed, 0 insertions, 0 deletions