Re: [U-Boot] [PATCH] powerpc: Retain compatible property for L2 cache

2016-12-01 Thread Chris Packham
On 2/12/2016 6:34 AM, "york sun" wrote: > > On 11/30/2016 11:47 PM, Chris Packham wrote: > > On Thu, Dec 1, 2016 at 6:18 AM, york sun wrote: > >> On 11/28/2016 07:10 PM, Chris Packham wrote: > >>> Instead of setting the compatible property to "cache", append the > >>> desired value retaining what

Re: [U-Boot] [PATCH] powerpc: Retain compatible property for L2 cache

2016-12-01 Thread york sun
On 11/30/2016 11:47 PM, Chris Packham wrote: > On Thu, Dec 1, 2016 at 6:18 AM, york sun wrote: >> On 11/28/2016 07:10 PM, Chris Packham wrote: >>> Instead of setting the compatible property to "cache", append the >>> desired value retaining what may already be set in the current property. >>> >>>

Re: [U-Boot] [PATCH] powerpc: Retain compatible property for L2 cache

2016-11-30 Thread Chris Packham
On Thu, Dec 1, 2016 at 6:18 AM, york sun wrote: > On 11/28/2016 07:10 PM, Chris Packham wrote: >> Instead of setting the compatible property to "cache", append the >> desired value retaining what may already be set in the current property. >> >> Signed-off-by: Chris Packham >> --- > > > >> >> a

Re: [U-Boot] [PATCH] powerpc: Retain compatible property for L2 cache

2016-11-30 Thread york sun
On 11/28/2016 07:10 PM, Chris Packham wrote: > Instead of setting the compatible property to "cache", append the > desired value retaining what may already be set in the current property. > > Signed-off-by: Chris Packham > --- > > arch/powerpc/cpu/mpc85xx/fdt.c | 3 ++- > 1 file changed, 2 ins