Re: [U-Boot] [PATCHv5 6/6] configs: socfpga: add imply pl310 cache controller

2019-05-06 Thread Tom Rini
On Tue, Apr 23, 2019 at 04:55:06PM -0500, Dinh Nguyen wrote: > Select the PL310 UCLASS_CACHE driver for SoCFPGA. > > Reviewed-by: Marek Vasut > Reviewed-by: Simon Glass > Signed-off-by: Dinh Nguyen Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[U-Boot] [PATCHv5 6/6] configs: socfpga: add imply pl310 cache controller

2019-04-23 Thread Dinh Nguyen
Select the PL310 UCLASS_CACHE driver for SoCFPGA. Reviewed-by: Marek Vasut Reviewed-by: Simon Glass Signed-off-by: Dinh Nguyen --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index f58f8fb235..f5132d8174 100644 ---