Re: [U-Boot] [PATCH v2 03/10] mkconfig: add support for SPL CPU

2012-06-06 Thread Allen Martin
On Wed, Jun 06, 2012 at 09:20:22AM -0700, Stephen Warren wrote: > On 06/05/2012 03:20 PM, Allen Martin wrote: > > Add support for specifying a differnt CPU for main u-boot and SPL > > typo^^ Got it, thanks. > > u-boot builds. This is done by adding an optional SP

Re: [U-Boot] [PATCH v2 03/10] mkconfig: add support for SPL CPU

2012-06-06 Thread Stephen Warren
On 06/05/2012 03:20 PM, Allen Martin wrote: > Add support for specifying a differnt CPU for main u-boot and SPL typo^^ > u-boot builds. This is done by adding an optional SPL CPU after the > main CPU in boards.cfg as follows: > > normal_cpu:spl_cpu > > This

[U-Boot] [PATCH v2 03/10] mkconfig: add support for SPL CPU

2012-06-05 Thread Allen Martin
Add support for specifying a differnt CPU for main u-boot and SPL u-boot builds. This is done by adding an optional SPL CPU after the main CPU in boards.cfg as follows: normal_cpu:spl_cpu This this case CPU will be set to "normal_cpu" during the main u-boot build and "spl_cpu" during the SP