Re: [U-Boot] [PATCH v2 3/4] kconfig: switch to single .config configuration

2015-02-24 Thread Masahiro Yamada
Hi Ian, On Sat, 21 Feb 2015 10:38:26 + Ian Campbell wrote: > On Sat, 2015-02-21 at 02:51 +0900, Masahiro YAMADA wrote: > > 2015-02-20 6:13 GMT+09:00 Stephen Warren : > > > On 02/19/2015 12:55 AM, Masahiro Yamada wrote: > > > > I think the above patch demonstrates the problem very nicely; i

Re: [U-Boot] [PATCH v2 3/4] kconfig: switch to single .config configuration

2015-02-21 Thread Ian Campbell
On Sat, 2015-02-21 at 02:51 +0900, Masahiro YAMADA wrote: > 2015-02-20 6:13 GMT+09:00 Stephen Warren : > > On 02/19/2015 12:55 AM, Masahiro Yamada wrote: > > I think the above patch demonstrates the problem very nicely; it changes the > > semantics from having CONFIG_USE_PRIVATE_LIBGCC enabled onl

Re: [U-Boot] [PATCH v2 3/4] kconfig: switch to single .config configuration

2015-02-20 Thread Simon Glass
Hi Masahiro, On 20 February 2015 at 17:55, Masahiro YAMADA wrote: > Hi Simon, > > > 2015-02-21 4:20 GMT+09:00 Simon Glass : >> Hi Stephen, >> >> On 19 February 2015 at 14:13, Stephen Warren wrote: >>> On 02/19/2015 12:55 AM, Masahiro Yamada wrote: When Kconfig for U-boot was examined,

Re: [U-Boot] [PATCH v2 3/4] kconfig: switch to single .config configuration

2015-02-20 Thread Masahiro YAMADA
Hi Simon, 2015-02-21 4:20 GMT+09:00 Simon Glass : > Hi Stephen, > > On 19 February 2015 at 14:13, Stephen Warren wrote: >> On 02/19/2015 12:55 AM, Masahiro Yamada wrote: >>> >>> When Kconfig for U-boot was examined, one of the biggest issues was >>> how to support multiple images (Normal, SPL, T

Re: [U-Boot] [PATCH v2 3/4] kconfig: switch to single .config configuration

2015-02-20 Thread Simon Glass
Hi Stephen, On 19 February 2015 at 14:13, Stephen Warren wrote: > On 02/19/2015 12:55 AM, 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" an

Re: [U-Boot] [PATCH v2 3/4] kconfig: switch to single .config configuration

2015-02-20 Thread Masahiro YAMADA
Hi Stephen, 2015-02-20 6:13 GMT+09:00 Stephen Warren : > On 02/19/2015 12:55 AM, 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 "multip

Re: [U-Boot] [PATCH v2 3/4] kconfig: switch to single .config configuration

2015-02-20 Thread Stephen Warren
On 02/19/2015 12:55 AM, 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 experiments, I chose

[U-Boot] [PATCH v2 3/4] kconfig: switch to single .config configuration

2015-02-19 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