Re: [U-Boot] [PATCH v2] spl: Allow cache drivers to be used in SPL

2020-01-23 Thread Tom Rini
On Fri, Nov 29, 2019 at 09:59:26AM +0800, Ley Foon Tan wrote: > Add an option for building cache drivers in SPL. > > Signed-off-by: Ley Foon Tan > Reviewed-by: Tom Rini > Reviewed-by: Simon Goldschmidt Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [PATCH v2] spl: Allow cache drivers to be used in SPL

2019-12-02 Thread Simon Goldschmidt
Am 02.12.2019 um 17:01 schrieb Tom Rini: On Fri, Nov 29, 2019 at 09:59:26AM +0800, Ley Foon Tan wrote: Add an option for building cache drivers in SPL. Signed-off-by: Ley Foon Tan Reviewed-by: Tom Rini Reviewed-by: Simon Goldschmidt ___ U-Bo

Re: [U-Boot] [PATCH v2] spl: Allow cache drivers to be used in SPL

2019-12-02 Thread Tom Rini
On Fri, Nov 29, 2019 at 09:59:26AM +0800, Ley Foon Tan wrote: > Add an option for building cache drivers in SPL. > > Signed-off-by: Ley Foon Tan > Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature ___ U-Boot mailing list U-Bo

[U-Boot] [PATCH v2] spl: Allow cache drivers to be used in SPL

2019-11-28 Thread Ley Foon Tan
Add an option for building cache drivers in SPL. Signed-off-by: Ley Foon Tan --- v2: - Added "depends on CACHE" to SPL_CACHE. - Change to use $(CONFIG_$(SPL_TPL_)CACHE) to enable cache DM build. --- common/spl/Kconfig | 6 ++ drivers/Makefile | 1 + drivers/cache/Makefile | 2 +-