Re: [U-Boot] [PATCH] NAND: MXS: include common.h first so cache.h is included in correct order

2012-09-11 Thread Marek Vasut
Dear stefano babic, Am 10/09/2012 22:20, schrieb Tom Warren: Marek/Simon, Hi Tom, -Original Message- From: Marek Vasut [mailto:ma...@denx.de] Sent: Monday, September 10, 2012 9:19 AM To: Tom Warren; s...@chromium.org Cc: u-boot@lists.denx.de; scottw...@freescale.com; Tom

Re: [U-Boot] [PATCH] NAND: MXS: include common.h first so cache.h is included in correct order

2012-09-11 Thread Stefano Babic
On 11/09/2012 08:52, Marek Vasut wrote: There's some rework of MTD going on in the tegra tree, I'd say let it slide, it won't cause conflict. Ok, that is fine with me ;-) Regards, Stefano -- = DENX Software Engineering

[U-Boot] [PATCH] NAND: MXS: include common.h first so cache.h is included in correct order

2012-09-10 Thread Tom Warren
With Simon Glass's include/nand.h alignment changes, some mxs builds were generating errors. Fix is to ensure asm/cache.h is included before linux/mtd/nand.h. Moving common.h to top of include list does that. Signed-off-by: Tom Warren twar...@nvidia.com --- drivers/mtd/nand/mxs_nand.c |2 +-

Re: [U-Boot] [PATCH] NAND: MXS: include common.h first so cache.h is included in correct order

2012-09-10 Thread Simon Glass
On Mon, Sep 10, 2012 at 8:55 AM, Tom Warren twarren.nvi...@gmail.com wrote: With Simon Glass's include/nand.h alignment changes, some mxs builds were generating errors. Fix is to ensure asm/cache.h is included before linux/mtd/nand.h. Moving common.h to top of include list does that.

Re: [U-Boot] [PATCH] NAND: MXS: include common.h first so cache.h is included in correct order

2012-09-10 Thread Marek Vasut
Dear Tom Warren, With Simon Glass's include/nand.h alignment changes, some mxs builds were generating errors. Fix is to ensure asm/cache.h is included before linux/mtd/nand.h. Moving common.h to top of include list does that. Signed-off-by: Tom Warren twar...@nvidia.com Acked-by: Marek

Re: [U-Boot] [PATCH] NAND: MXS: include common.h first so cache.h is included in correct order

2012-09-10 Thread Tom Warren
Marek/Simon, -Original Message- From: Marek Vasut [mailto:ma...@denx.de] Sent: Monday, September 10, 2012 9:19 AM To: Tom Warren; s...@chromium.org Cc: u-boot@lists.denx.de; scottw...@freescale.com; Tom Warren; sba...@denx.de Subject: Re: [PATCH] NAND: MXS: include common.h first

Re: [U-Boot] [PATCH] NAND: MXS: include common.h first so cache.h is included in correct order

2012-09-10 Thread stefano babic
Am 10/09/2012 22:20, schrieb Tom Warren: Marek/Simon, Hi Tom, -Original Message- From: Marek Vasut [mailto:ma...@denx.de] Sent: Monday, September 10, 2012 9:19 AM To: Tom Warren; s...@chromium.org Cc: u-boot@lists.denx.de; scottw...@freescale.com; Tom Warren; sba...@denx.de