]> git.baikalelectronics.ru Git - uboot.git/commit
Update MEM_SUPPORT_64BIT_DATA to be always defined
authorSimon Glass <sjg@chromium.org>
Wed, 3 Jun 2020 01:26:44 +0000 (19:26 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 8 Jul 2020 21:21:46 +0000 (17:21 -0400)
commitf62c16a08f132aa13a404dfa572ff659e84b782f
tree77634e4cb1e1356d3eacadff0ba89151dd305ea1
parent0aff723fbfe35f25899415e309d0beaa4b4257b2
Update MEM_SUPPORT_64BIT_DATA to be always defined

Define this macro always so we don't need the preprocessor to check it.
Convert the users to #if instead of #ifdef.

Note that '#if MEM_SUPPORT_64BIT_DATA' does not give an error if the
macro is not define. It just assumes zero.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>
cmd/mem.c
common/command.c
include/compiler.h
lib/display_options.c