Re: [U-Boot] [PATCH v2 07/44] Use separate options for TPL support

2016-09-06 Thread Simon Glass
Hi Tom, On 6 September 2016 at 12:06, Tom Rini wrote: > On Mon, Aug 29, 2016 at 06:21:15PM -0600, Simon Glass wrote: > >> At present TPL uses the same options as SPL support. In a few cases the board >> config enables or disables the SPL options depending on whether >>

Re: [U-Boot] [PATCH v2 07/44] Use separate options for TPL support

2016-09-06 Thread Tom Rini
On Mon, Aug 29, 2016 at 06:21:15PM -0600, Simon Glass wrote: > At present TPL uses the same options as SPL support. In a few cases the board > config enables or disables the SPL options depending on whether > CONFIG_TPL_BUILD is defined. > > With the move to Kconfig, options are determined for

[U-Boot] [PATCH v2 07/44] Use separate options for TPL support

2016-08-29 Thread Simon Glass
At present TPL uses the same options as SPL support. In a few cases the board config enables or disables the SPL options depending on whether CONFIG_TPL_BUILD is defined. With the move to Kconfig, options are determined for the whole build and (without a hack like an #undef in a header file)