Re: [U-Boot] [PATCH] x86: cache.h: Add default for CONFIG_SYS_CACHELINE_SIZE

2016-07-31 Thread Bin Meng
On Tue, Jul 19, 2016 at 11:47 AM, Bin Meng wrote: > On Mon, Jul 18, 2016 at 6:53 PM, Stefan Roese 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

Re: [U-Boot] [PATCH] x86: cache.h: Add default for CONFIG_SYS_CACHELINE_SIZE

2016-07-18 Thread Bin Meng
On Mon, Jul 18, 2016 at 6:53 PM, Stefan Roese 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. > > Signed-off-by: Stefan Roese

[U-Boot] [PATCH] x86: cache.h: Add default for CONFIG_SYS_CACHELINE_SIZE

2016-07-18 Thread Stefan Roese
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. Signed-off-by: Stefan Roese Cc: Simon Glass Cc: Bin Meng --- arch/x86/include/asm/cache.h | 8