
9 Jul
2020
9 Jul
'20
2:22 a.m.
On Tue, Jun 02, 2020 at 07:26:46PM -0600, Simon Glass wrote:
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
Applied to u-boot/master, thanks!
--
Tom