Skip to content
Snippets Groups Projects
Commit 76698b4e authored by York Sun's avatar York Sun Committed by Tom Rini
Browse files

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: default avatarYork Sun <yorksun@freescale.com>
Acked-by: default avatarWolfgang Denk <wd@denx.de>
parent e22361af
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment