Re: [U-Boot] [PATCHv1 4/4] ARM: socfpga: use the pl310 driver to configure the cache

2019-03-08 Thread Marek Vasut
On 3/8/19 5:16 PM, Dinh Nguyen wrote: > Find the UCLASS_CACHE driver to configure the cache controller's > settings. > > 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-socfp

[U-Boot] [PATCHv1 4/4] ARM: socfpga: use the pl310 driver to configure the cache

2019-03-08 Thread Dinh Nguyen
Find the UCLASS_CACHE driver to configure the cache controller's settings. 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-socfpga/misc.c index fcf211d62