Re: [U-Boot] [PATCH 2/2] kconfig: add CONFIG_SUPPORT_TPL

2014-10-11 Thread Albert ARIBAUD
Hi Masahiro, On Thu, 25 Sep 2014 18:19:07 +0900, Masahiro Yamada yamad...@jp.panasonic.com wrote: CONFIG_TPL should not be enabled for boards that do not have TPL. CONFIG_SUPPORT_TPL introduced by this commit should be selected by boards with TPL support and CONFIG_TPL should depend on it.

Re: [U-Boot] [PATCH 2/2] kconfig: add CONFIG_SUPPORT_TPL

2014-10-11 Thread Masahiro YAMADA
Hi Albert, 2014-10-11 17:56 GMT+09:00 Albert ARIBAUD albert.u.b...@aribaud.net: Hi Masahiro, On Thu, 25 Sep 2014 18:19:07 +0900, Masahiro Yamada yamad...@jp.panasonic.com wrote: CONFIG_TPL should not be enabled for boards that do not have TPL. CONFIG_SUPPORT_TPL introduced by this commit

Re: [U-Boot] [PATCH 2/2] kconfig: add CONFIG_SUPPORT_TPL

2014-10-11 Thread Albert ARIBAUD
Hi Masahiro, On Sun, 12 Oct 2014 02:04:36 +0900, Masahiro YAMADA yamad...@jp.panasonic.com wrote: Hi Albert, 2014-10-11 17:56 GMT+09:00 Albert ARIBAUD albert.u.b...@aribaud.net: Hi Masahiro, On Thu, 25 Sep 2014 18:19:07 +0900, Masahiro Yamada yamad...@jp.panasonic.com wrote:

[U-Boot] [PATCH 2/2] kconfig: add CONFIG_SUPPORT_TPL

2014-09-25 Thread Masahiro Yamada
CONFIG_TPL should not be enabled for boards that do not have TPL. CONFIG_SUPPORT_TPL introduced by this commit should be selected by boards with TPL support and CONFIG_TPL should depend on it. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Kconfig | 5