Replace byte-access to memory with faster word-access
commitecd5e5de7f34f4255f4482c66c7c3ddfca0f4804
authorLuca Ellero <lroluk@gmail.com>
Wed, 13 Apr 2011 18:55:19 +0000 (13 18:55 +0000)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 13 Apr 2011 19:33:11 +0000 (13 21:33 +0200)
tree43c13ec1ea59dee3f2e8cd37259514dd33e126df
parent81f238f522ecba6c24217d94b17086e2d4fcce59
Replace byte-access to memory with faster word-access

Freescale iMX53 doesn't seem to like unaligned accesses to his memory
mapped registers.
Anyway this patch makes dump_image/load_image 4X faster for every
access through APB.

Signed-off-by: Luca Ellero <lroluk@gmail.com>
src/target/cortex_a.c [changed mode: 0644->0755]