diff options
author | York Sun <yorksun@freescale.com> | 2014-02-12 15:55:35 -0800 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-02-21 11:06:13 -0500 |
commit | 76698b4e6c598f5e90e3c1383eec72382aee95a2 (patch) | |
tree | 78505bd24919573e209e453634938709e12ec727 /board/bf527-ad7160-eval | |
parent | e22361af0758c7ebbff6fe375f805bc3697ce30f (diff) | |
download | u-boot-imx-76698b4e6c598f5e90e3c1383eec72382aee95a2.zip u-boot-imx-76698b4e6c598f5e90e3c1383eec72382aee95a2.tar.gz u-boot-imx-76698b4e6c598f5e90e3c1383eec72382aee95a2.tar.bz2 |
Fix memory commands for 64-bit platforms
For aarch64, unsigned long is 64-bit data. Memory commands should be fixed
with u32 for 32-bit address access. To be clear, ushort is replace with
u16, u_char is replaced with u8.
Signed-off-by: York Sun <yorksun@freescale.com>
Acked-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/bf527-ad7160-eval')
0 files changed, 0 insertions, 0 deletions