[U-Boot] [PATCH 02/10] imx6: move all standard includes to mx6_common.h

2015-05-22 Thread Peter Robinson
The linux/sizes.h, asm/arch/imx-regs.h, asm/imx-common/gpio.h, config_cmd_default.h includes are used fairly universally across imx6 boards so include them in mx6_common.h by default. We define CONFIG_SYS_NO_FLASH before config_cmd_default.h so that we don't have to undef CONFIG_CMD_FLASH / CONFI

[U-Boot] [PATCH 02/10] imx6: move all standard includes to mx6_common.h

2015-05-11 Thread Peter Robinson
The linux/sizes.h, asm/arch/imx-regs.h, asm/imx-common/gpio.h, config_cmd_default.h includes are used fairly universally across imx6 boards so include them in mx6_common.h by default. We define CONFIG_SYS_NO_FLASH before config_cmd_default.h so that we don't have to undef CONFIG_CMD_FLASH / CONFI

Re: [U-Boot] [PATCH 02/10] imx6: move all standard includes to mx6_common.h

2015-05-11 Thread Peter Robinson
On Mon, May 11, 2015 at 2:20 PM, Tom Rini wrote: > On Mon, May 11, 2015 at 02:13:00PM +0100, Peter Robinson wrote: >> On Mon, May 11, 2015 at 1:32 PM, Tom Rini wrote: >> > On Mon, May 11, 2015 at 12:23:21PM +0100, Peter Robinson wrote: >> > >> >> The linux/sizes.h, asm/arch/imx-regs.h, asm/imx-co

Re: [U-Boot] [PATCH 02/10] imx6: move all standard includes to mx6_common.h

2015-05-11 Thread Tom Rini
On Mon, May 11, 2015 at 02:13:00PM +0100, Peter Robinson wrote: > On Mon, May 11, 2015 at 1:32 PM, Tom Rini wrote: > > On Mon, May 11, 2015 at 12:23:21PM +0100, Peter Robinson wrote: > > > >> The linux/sizes.h, asm/arch/imx-regs.h, asm/imx-common/gpio.h, > >> config_cmd_default.h includes are used

Re: [U-Boot] [PATCH 02/10] imx6: move all standard includes to mx6_common.h

2015-05-11 Thread Peter Robinson
On Mon, May 11, 2015 at 1:32 PM, Tom Rini wrote: > On Mon, May 11, 2015 at 12:23:21PM +0100, Peter Robinson wrote: > >> The linux/sizes.h, asm/arch/imx-regs.h, asm/imx-common/gpio.h, >> config_cmd_default.h includes are used fairly universally across imx6 boards >> so include them in mx6_common.h

Re: [U-Boot] [PATCH 02/10] imx6: move all standard includes to mx6_common.h

2015-05-11 Thread Tom Rini
On Mon, May 11, 2015 at 12:23:21PM +0100, Peter Robinson wrote: > The linux/sizes.h, asm/arch/imx-regs.h, asm/imx-common/gpio.h, > config_cmd_default.h includes are used fairly universally across imx6 boards > so include them in mx6_common.h by default. [snip] > diff --git a/include/configs/mx6_c

[U-Boot] [PATCH 02/10] imx6: move all standard includes to mx6_common.h

2015-05-11 Thread Peter Robinson
The linux/sizes.h, asm/arch/imx-regs.h, asm/imx-common/gpio.h, config_cmd_default.h includes are used fairly universally across imx6 boards so include them in mx6_common.h by default. Signed-off-by: Peter Robinson --- include/configs/aristainetos.h| 6 -- include/configs/cgtqmx6eval.h