Re: [U-Boot] [PATCH v2 20/56] spl: add TPL_DRIVER_MISC_SUPPORT option

2017-07-27 Thread Simon Glass
On 26 July 2017 at 04:40, Philipp Tomsich wrote: > This adds the TPL_DRIVER_MISC_SUPPORT option to allow activation of > DRIVER_MISC_SUPPORT for devices that need it in the TPL stage. > > Signed-off-by: Philipp Tomsich > --- > > Changes in v2: None > > common/spl/Kconfig | 8 > 1 file c

Re: [U-Boot] [PATCH v2 20/56] spl: add TPL_DRIVER_MISC_SUPPORT option

2017-07-26 Thread Tom Rini
On Wed, Jul 26, 2017 at 12:40:24PM +0200, Philipp Tomsich wrote: > This adds the TPL_DRIVER_MISC_SUPPORT option to allow activation of > DRIVER_MISC_SUPPORT for devices that need it in the TPL stage. > > Signed-off-by: Philipp Tomsich Reviewed-by: Tom Rini -- Tom signature.asc Description:

[U-Boot] [PATCH v2 20/56] spl: add TPL_DRIVER_MISC_SUPPORT option

2017-07-26 Thread Philipp Tomsich
This adds the TPL_DRIVER_MISC_SUPPORT option to allow activation of DRIVER_MISC_SUPPORT for devices that need it in the TPL stage. Signed-off-by: Philipp Tomsich --- Changes in v2: None common/spl/Kconfig | 8 1 file changed, 8 insertions(+) diff --git a/common/spl/Kconfig b/common/s