commit | d8a405dc39e330843cf7faac1b323af0a0022d21 | [log] [tgz] |
---|---|---|
author | York Sun <yorksun@freescale.com> | Wed Feb 12 15:55:35 2014 -0800 |
committer | Tom Rini <trini@ti.com> | Fri Feb 21 11:06:13 2014 -0500 |
tree | 78505bd24919573e209e453634938709e12ec727 | |
parent | c059239b935ebf1d03e116143b914efcfcaf9c67 [diff] |
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>