Re: [U-Boot] [PATCH v3 5/7] kconfig: switch to single .config configuration

2015-02-25 Thread Simon Glass
Hi, On 24 February 2015 at 23:14, Masahiro Yamada wrote: > Hi Scott, > > > On Tue, 24 Feb 2015 18:17:59 -0600 > Scott Wood wrote: > >> On Tue, 2015-02-24 at 16:20 +0900, Masahiro Yamada wrote: >> > Hi Scott, >> > >> > >> > On Mon, 23 Feb 2015 19:22:51 -0600 >> > Scott Wood wrote: >> > >> > > On

Re: [U-Boot] [PATCH v3 5/7] kconfig: switch to single .config configuration

2015-02-25 Thread Scott Wood
On Wed, 2015-02-25 at 15:14 +0900, Masahiro Yamada wrote: > Hi Scott, > > > On Tue, 24 Feb 2015 18:17:59 -0600 > Scott Wood wrote: > > > On Tue, 2015-02-24 at 16:20 +0900, Masahiro Yamada wrote: > > > Hi Scott, > > > > > > > > > On Mon, 23 Feb 2015 19:22:51 -0600 > > > Scott Wood wrote: > >

Re: [U-Boot] [PATCH v3 5/7] kconfig: switch to single .config configuration

2015-02-25 Thread Masahiro Yamada
Hi Scott, On Tue, 24 Feb 2015 18:17:59 -0600 Scott Wood wrote: > On Tue, 2015-02-24 at 16:20 +0900, Masahiro Yamada wrote: > > Hi Scott, > > > > > > On Mon, 23 Feb 2015 19:22:51 -0600 > > Scott Wood wrote: > > > > > On Fri, 2015-02-20 at 14:24 +0900, Masahiro Yamada wrote: > > > > When Kcon

Re: [U-Boot] [PATCH v3 5/7] kconfig: switch to single .config configuration

2015-02-24 Thread Scott Wood
On Tue, 2015-02-24 at 16:20 +0900, Masahiro Yamada wrote: > Hi Scott, > > > On Mon, 23 Feb 2015 19:22:51 -0600 > Scott Wood wrote: > > > On Fri, 2015-02-20 at 14:24 +0900, Masahiro Yamada wrote: > > > When Kconfig for U-boot was examined, one of the biggest issues was > > > how to support multi

Re: [U-Boot] [PATCH v3 5/7] kconfig: switch to single .config configuration

2015-02-24 Thread Simon Glass
Hi Scott, On Feb 23, 2015 6:23 PM, "Scott Wood" wrote: > > On Fri, 2015-02-20 at 14:24 +0900, Masahiro Yamada wrote: > > When Kconfig for U-boot was examined, one of the biggest issues was > > how to support multiple images (Normal, SPL, TPL). There were > > actually two options, "single .config

Re: [U-Boot] [PATCH v3 5/7] kconfig: switch to single .config configuration

2015-02-24 Thread Masahiro Yamada
Hi Scott, On Mon, 23 Feb 2015 19:22:51 -0600 Scott Wood wrote: > On Fri, 2015-02-20 at 14:24 +0900, Masahiro Yamada wrote: > > When Kconfig for U-boot was examined, one of the biggest issues was > > how to support multiple images (Normal, SPL, TPL). There were > > actually two options, "single

Re: [U-Boot] [PATCH v3 5/7] kconfig: switch to single .config configuration

2015-02-23 Thread Scott Wood
On Fri, 2015-02-20 at 14:24 +0900, Masahiro Yamada wrote: > When Kconfig for U-boot was examined, one of the biggest issues was > how to support multiple images (Normal, SPL, TPL). There were > actually two options, "single .config" and "multiple .config". > After some discussions and thought expe

Re: [U-Boot] [PATCH v3 5/7] kconfig: switch to single .config configuration

2015-02-20 Thread Simon Glass
On 19 February 2015 at 22:24, Masahiro Yamada wrote: > When Kconfig for U-boot was examined, one of the biggest issues was > how to support multiple images (Normal, SPL, TPL). There were > actually two options, "single .config" and "multiple .config". > After some discussions and thought experime

[U-Boot] [PATCH v3 5/7] kconfig: switch to single .config configuration

2015-02-20 Thread Masahiro Yamada
When Kconfig for U-boot was examined, one of the biggest issues was how to support multiple images (Normal, SPL, TPL). There were actually two options, "single .config" and "multiple .config". After some discussions and thought experiments, I chose the latter, i.e. to create ".config", "spl/.confi