Forked from
Reform / reform-boundary-uboot
28798 commits behind the upstream repository.
-
York Sun authored
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>
York Sun authoredFor 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>
cmd_mem.c 26.86 KiB