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

2019-12-12 Thread Tom Rini
On Wed, Dec 11, 2019 at 05:47:52PM -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/next, thanks! -- Tom sign

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

2019-12-11 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 --- README | 2 +- cmd/mem.c| 54 ++-- comm