]> git.sur5r.net Git - u-boot/commit
cmd_mem: Store last address/size/etc as ulong
authorScott Wood <scottwood@freescale.com>
Thu, 19 Mar 2015 16:43:12 +0000 (09:43 -0700)
committerYork Sun <yorksun@freescale.com>
Thu, 23 Apr 2015 15:55:54 +0000 (08:55 -0700)
commit581508bdfbf2e6d4a8c8f1f86cc3439718ca9588
tree67f5184bb10ffe50f5fbeb69d2984f85453f38e7
parent9f9f0093730f91d95cb8e9546155ae6a3286159e
cmd_mem: Store last address/size/etc as ulong

Otherwise the high 32 bits get truncated on 64-bit U-boot.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: York Sun <yorksun@freescale.com>
common/cmd_mem.c