Re: [U-Boot] [PATCHv2 5/6] ARM: socfpga: use the pl310 driver to configure the cache

2019-03-22 Thread Simon Glass
On Tue, 12 Mar 2019 at 22:41, Dinh Nguyen wrote: > > Find the UCLASS_CACHE driver to configure the cache controller's > settings. > > Reviewed-by: Marek Vasut > Signed-off-by: Dinh Nguyen > --- > arch/arm/mach-socfpga/misc.c | 16 +++- > 1 file changed, 3 insertions(+), 13 deletions

[U-Boot] [PATCHv2 5/6] ARM: socfpga: use the pl310 driver to configure the cache

2019-03-12 Thread Dinh Nguyen
Find the UCLASS_CACHE driver to configure the cache controller's settings. Reviewed-by: Marek Vasut Signed-off-by: Dinh Nguyen --- arch/arm/mach-socfpga/misc.c | 16 +++- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/arch/arm/mach-socfpga/misc.c b/arch/arm/mach-socf