Re: [U-Boot] [RFC PATCHv1 3/3] ARM: socfpga: let the pl310 driver configure the cache settings

2019-03-05 Thread Marek Vasut
On 3/5/19 9:13 PM, Dinh Nguyen wrote: > > > On 3/5/19 1:20 PM, Marek Vasut wrote: >> On 3/5/19 8:03 PM, Dinh Nguyen wrote: >>> Load the PL310 L2 cache driver and allow it to setup the cache settings >>> >>> Signed-off-by: Dinh Nguyen >>> --- >>> arch/arm/mach-socfpga/misc.c | 15

Re: [U-Boot] [RFC PATCHv1 3/3] ARM: socfpga: let the pl310 driver configure the cache settings

2019-03-05 Thread Dinh Nguyen
On 3/5/19 1:20 PM, Marek Vasut wrote: > On 3/5/19 8:03 PM, Dinh Nguyen wrote: >> Load the PL310 L2 cache driver and allow it to setup the cache settings >> >> Signed-off-by: Dinh Nguyen >> --- >> arch/arm/mach-socfpga/misc.c | 15 ++- >> 1 file changed, 2 insertions(+), 13

Re: [U-Boot] [RFC PATCHv1 3/3] ARM: socfpga: let the pl310 driver configure the cache settings

2019-03-05 Thread Marek Vasut
On 3/5/19 8:03 PM, Dinh Nguyen wrote: > Load the PL310 L2 cache driver and allow it to setup the cache settings > > Signed-off-by: Dinh Nguyen > --- > arch/arm/mach-socfpga/misc.c | 15 ++- > 1 file changed, 2 insertions(+), 13 deletions(-) > > diff --git

[U-Boot] [RFC PATCHv1 3/3] ARM: socfpga: let the pl310 driver configure the cache settings

2019-03-05 Thread Dinh Nguyen
Load the PL310 L2 cache driver and allow it to setup the cache settings Signed-off-by: Dinh Nguyen --- arch/arm/mach-socfpga/misc.c | 15 ++- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/arch/arm/mach-socfpga/misc.c b/arch/arm/mach-socfpga/misc.c index