Re: [U-Boot] [PATCH v5 18/23] ppc: Enable generic board support

2013-02-12 Thread Scott Wood
On 02/12/2013 04:29:56 PM, Simon Glass wrote: Hi Scott, On Tue, Feb 12, 2013 at 12:38 PM, Scott Wood wrote: > On 02/08/2013 09:12:14 AM, Simon Glass wrote: >> >> This enables generic board support so that ppc boards can define >> CONFIG_SYS_GENERIC_BOARD. >> >> Signed-off-by: Simon Glass >>

Re: [U-Boot] [PATCH v5 18/23] ppc: Enable generic board support

2013-02-12 Thread Simon Glass
Hi Scott, On Tue, Feb 12, 2013 at 12:38 PM, Scott Wood wrote: > On 02/08/2013 09:12:14 AM, Simon Glass wrote: >> >> This enables generic board support so that ppc boards can define >> CONFIG_SYS_GENERIC_BOARD. >> >> Signed-off-by: Simon Glass >> --- >> Changes in v5: None >> Changes in v4: None

Re: [U-Boot] [PATCH v5 18/23] ppc: Enable generic board support

2013-02-12 Thread Scott Wood
On 02/08/2013 09:12:14 AM, Simon Glass wrote: This enables generic board support so that ppc boards can define CONFIG_SYS_GENERIC_BOARD. Signed-off-by: Simon Glass --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None arch/powerpc/config.mk| 3 --- ar

[U-Boot] [PATCH v5 18/23] ppc: Enable generic board support

2013-02-08 Thread Simon Glass
This enables generic board support so that ppc boards can define CONFIG_SYS_GENERIC_BOARD. Signed-off-by: Simon Glass --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None arch/powerpc/config.mk| 3 --- arch/powerpc/include/asm/u-boot.h | 7 +++ arc