Re: [PATCH v2 33/35] common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA

2020-01-20 Thread Tom Rini
On Sat, Dec 28, 2019 at 10:45:10AM -0700, Simon Glass wrote: > This is not really a CONFIG since it is not intended to be set by boards. > Move it into the compiler header with other similar defines, and rename > it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom si

[PATCH v2 33/35] common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA

2019-12-28 Thread Simon Glass
This is not really a CONFIG since it is not intended to be set by boards. Move it into the compiler header with other similar defines, and rename it. Signed-off-by: Simon Glass --- Changes in v2: None README | 2 +- cmd/mem.c| 54 ++---