summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-06-03 04:26:47 +0300
committerTom Rini <trini@konsulko.com>2020-07-09 00:21:46 +0300
commit677dbf5daebe5bd49193c2971593ac8b1fe734f1 (patch)
tree2c76944d00032600dd31b1feaa92ca80e67c543e /common
parent4680976fb6e6dd478c0cb0233889122755f4d2db (diff)
downloadu-boot-677dbf5daebe5bd49193c2971593ac8b1fe734f1.tar.xz
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: 09140113108 ("command: Remove the cmd_tbl_t typedef") Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common')
0 files changed, 0 insertions, 0 deletions