
1 Aug
2016
1 Aug
'16
2:44 a.m.
On Tue, Jul 19, 2016 at 11:47 AM, Bin Meng bmeng.cn@gmail.com wrote:
On Mon, Jul 18, 2016 at 6:53 PM, Stefan Roese sr@denx.de wrote:
Don't just define ARCH_DMA_MINALIGN but also CONFIG_SYS_CACHELINE_SIZE if its undefined. This is needed for the xhci driver to compile.
nits: it's
I can fix this when applying.
Fixed this, and
Signed-off-by: Stefan Roese sr@denx.de Cc: Simon Glass sjg@chromium.org Cc: Bin Meng bmeng.cn@gmail.com
arch/x86/include/asm/cache.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com
applied to u-boot-x86, thanks!