[PATCH] powerpc/85xx: Don't report SRAM to L2 cache fallback as error

2016-05-24 Thread Claudiu Manoil
If the SRAM region parameters are missing the SRAM driver probing exits and the L2 region is configured as L2 cache entirely. This is the expected default behaviour, so it makes no sense to report it as an error. Signed-off-by: Claudiu Manoil --- arch/powerpc/sysdev/fsl_85xx_l2ctlr.c | 5 ++---

Re: [PATCH] powerpc/85xx: Don't report SRAM to L2 cache fallback as error

2016-05-24 Thread Scott Wood
On 05/24/2016 10:07 AM, Claudiu Manoil wrote: > If the SRAM region parameters are missing the SRAM driver > probing exits and the L2 region is configured as L2 cache > entirely. This is the expected default behaviour, so it > makes no sense to report it as an error. > > Signed-off-by: Claudiu Man