Re: [U-Boot] [PATCH v2 21/56] drivers: spl: consistently use the $(SPL_TPL_) macro

2017-07-27 Thread Simon Glass
On 26 July 2017 at 04:40, Philipp Tomsich wrote: > To simplify drivers/Makefile a bit when using TPL/SPL, we consistently > use the $(SPL_TPL_) macro to test for drivers that have separate > configuration symbols for the full U-boot, SPL and TPL stages. > Instead of explicitly repeating them in tw

Re: [U-Boot] [PATCH v2 21/56] drivers: spl: consistently use the $(SPL_TPL_) macro

2017-07-26 Thread Tom Rini
On Wed, Jul 26, 2017 at 12:40:25PM +0200, Philipp Tomsich wrote: > To simplify drivers/Makefile a bit when using TPL/SPL, we consistently > use the $(SPL_TPL_) macro to test for drivers that have separate > configuration symbols for the full U-boot, SPL and TPL stages. > Instead of explicitly repe

[U-Boot] [PATCH v2 21/56] drivers: spl: consistently use the $(SPL_TPL_) macro

2017-07-26 Thread Philipp Tomsich
To simplify drivers/Makefile a bit when using TPL/SPL, we consistently use the $(SPL_TPL_) macro to test for drivers that have separate configuration symbols for the full U-boot, SPL and TPL stages. Instead of explicitly repeating them in two separate if-guarded sections of the Makefile, we can now