Re: linux-next: build failure after merge of the arm tree
From: Mason
Date: Fri Apr 21 2017 - 07:28:12 EST
On 21/04/2017 09:58, Mason wrote:
> Weird that I didn't catch this when I ran make allyesconfig.
Doh! make allyesconfig builds for BE systems.
CONFIG_CPU_BIG_ENDIAN=y
CONFIG_CPU_ENDIAN_BE8=y
But the patch I originally tested with only updated the LE bitops.
With the complete patch, I didn't see any build issues, other than
drivers/dma/sun4i-dma.c
Regards.