]> Git Repo - J-u-boot.git/commit
Update MEM_SUPPORT_64BIT_DATA to be always defined
authorSimon Glass <[email protected]>
Wed, 3 Jun 2020 01:26:44 +0000 (19:26 -0600)
committerTom Rini <[email protected]>
Wed, 8 Jul 2020 21:21:46 +0000 (17:21 -0400)
commit3428faf23af5079e80c53d0d8473af30d3c19fca
tree77634e4cb1e1356d3eacadff0ba89151dd305ea1
parent84dd1902443cf500b2536eeb14d6662c6b502698
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 <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
cmd/mem.c
common/command.c
include/compiler.h
lib/display_options.c
This page took 0.036887 seconds and 4 git commands to generate.