Re: [U-Boot] [PATCH V3 24/32] mx6: use CONFIG_MX6 instead of CONFIG_MX6Q

2012-10-08 Thread Troy Kisky
On 10/8/2012 6:41 AM, Stefano Babic wrote: On 04/10/2012 03:47, Troy Kisky wrote: Use CONFIG_MX6 when the particular processor variant isn't important. Reserve the use of CONFIG_MX6Q to specifically test for quad cores variant. Signed-off-by: Troy Kisky --- drivers/gpio/mxc_gpio.c

Re: [U-Boot] [PATCH V3 24/32] mx6: use CONFIG_MX6 instead of CONFIG_MX6Q

2012-10-08 Thread Stefano Babic
On 04/10/2012 03:47, Troy Kisky wrote: > Use CONFIG_MX6 when the particular processor > variant isn't important. > > Reserve the use of CONFIG_MX6Q to > specifically test for quad cores variant. > > Signed-off-by: Troy Kisky > --- > drivers/gpio/mxc_gpio.c|6 +++--- > drivers/vi

[U-Boot] [PATCH V3 24/32] mx6: use CONFIG_MX6 instead of CONFIG_MX6Q

2012-10-03 Thread Troy Kisky
Use CONFIG_MX6 when the particular processor variant isn't important. Reserve the use of CONFIG_MX6Q to specifically test for quad cores variant. Signed-off-by: Troy Kisky --- drivers/gpio/mxc_gpio.c|6 +++--- drivers/video/ipu_regs.h |2 +- include/configs/mx6qarm