commit | d1c117b3d5ef4a029f9d133ef21946c8646d6db2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jun 02 19:26:46 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 08 17:21:46 2020 -0400 |
tree | eefbb8158c4c16d06e063b62f632a1ca90dd66c2 | |
parent | 683e39e6d0a9ebe889873fe16e836eebeb2637f1 [diff] |
cmd: mem: Drop #ifdef for MEM_SUPPORT_64BIT_DATA This is defined only when __lp64__ is defined. That means that ulong is 64 bits long. Therefore we don't need to use a separate u64 type on those architectures. Fix up the code to take advantage of that, removing the preprocessor conditions. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>