Skip to content
Commit 677dbf5d authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

display_options: 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.

Also include the missing header file that defines MEM_SUPPORT_64BIT_DATA

Fixes: 09140113 ("command: Remove the cmd_tbl_t typedef")
Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 4680976f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment