Re: [PATCH 2/8] arc: Move SYS_LITTLE_ENDIAN / SYS_BIG_ENDIAN selection to Kconfig

2022-08-12 Thread Tom Rini
On Sun, Jul 31, 2022 at 09:08:23PM -0400, Tom Rini wrote: > We can determine which of these we need given CPU_BIG_ENDIAN being > enabled or not, so move that logic to Kconfig from config.mk. > > Cc: Alexey Brodkin > Cc: Eugeniy Paltsev > Signed-off-by: Tom Rini Applied to u-boot/master,

[PATCH 2/8] arc: Move SYS_LITTLE_ENDIAN / SYS_BIG_ENDIAN selection to Kconfig

2022-07-31 Thread Tom Rini
We can determine which of these we need given CPU_BIG_ENDIAN being enabled or not, so move that logic to Kconfig from config.mk. Cc: Alexey Brodkin Cc: Eugeniy Paltsev Signed-off-by: Tom Rini --- This is not a size neutral patch as apparently before we were not fully populating SYS_BIG_ENDIAN