Re: [U-Boot] [PATCH 3/4] patman: Add the concept of multiple projects

2012-12-03 Thread Doug Anderson
Simon, Thanks! On Mon, Dec 3, 2012 at 3:04 PM, Simon Glass wrote: > Hi Doug, > > On Fri, Nov 30, 2012 at 4:29 PM, Doug Anderson wrote: >> There are cases that we want to support different settings (or maybe >> even different aliases) for different projects. Add support for this >> by: >> * Add

Re: [U-Boot] [PATCH 3/4] patman: Add the concept of multiple projects

2012-12-03 Thread Simon Glass
Hi Doug, On Fri, Nov 30, 2012 at 4:29 PM, Doug Anderson wrote: > There are cases that we want to support different settings (or maybe > even different aliases) for different projects. Add support for this > by: > * Adding detection for two big projects: U-Boot and Linux. > * Adding default setti

[U-Boot] [PATCH 3/4] patman: Add the concept of multiple projects

2012-11-30 Thread Doug Anderson
There are cases that we want to support different settings (or maybe even different aliases) for different projects. Add support for this by: * Adding detection for two big projects: U-Boot and Linux. * Adding default settings for Linux (U-Boot is already good with the standard patman defaults).