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