Re: [U-Boot] armv7: ls102xa: Fix endianness of SCFG_SPARECR8

2019-09-25 Thread Biwen Li
> >Subject: [U-Boot] armv7: ls102xa: Fix endianness of SCFG_SPARECR8 > Fix endianness means fixing endianness but here you are correcting it May be > subject can be updated to something like > "armv7: ls102xa: Update endianness of SCFG_SPARECR8 read" > > > >The patch fixes endianness of

Re: [U-Boot] armv7: ls102xa: Fix endianness of SCFG_SPARECR8

2019-09-24 Thread Priyanka Jain
>-Original Message- >From: U-Boot On Behalf Of Biwen Li >Sent: Monday, September 16, 2019 1:31 PM >To: albert.u.b...@aribaud.net; Ran Wang ; York Sun > >Cc: u-boot@lists.denx.de >Subject: [U-Boot] armv7: ls102xa: Fix endianness of SCFG_SPARECR8 Fix endianness means fixing endianness but

Re: [U-Boot] armv7: ls102xa: Fix endianness of SCFG_SPARECR8

2019-09-16 Thread Biwen Li
Add priyanka jain for the review. > --- > arch/arm/cpu/armv7/ls102xa/ls102xa_psci.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/cpu/armv7/ls102xa/ls102xa_psci.c > b/arch/arm/cpu/armv7/ls102xa/ls102xa_psci.c > index bb169aaaf4..00b6ad48ce 100644 > ---