Re: [U-Boot] unused-const-variable warnings in FSL DDR driver

2017-04-04 Thread Tom Rini
On Mon, Mar 27, 2017 at 09:32:26AM +, Thomas Schaefer wrote: > > From: york sun [mailto:york@nxp.com] > > Sent: Samstag, 25. März 2017 16:35 > > To: Thomas Schaefer; Tom Rini > > Cc: u-boot@lists.denx.de > > Re: Re: AW: [U-Boot] unused-const-variable warnings in FSL DDR driver > > > > Tho

Re: [U-Boot] unused-const-variable warnings in FSL DDR driver

2017-03-27 Thread Thomas Schaefer
> From: york sun [mailto:york@nxp.com] > Sent: Samstag, 25. März 2017 16:35 > To: Thomas Schaefer; Tom Rini > Cc: u-boot@lists.denx.de > Re: Re: AW: [U-Boot] unused-const-variable warnings in FSL DDR driver > > Thomas, > > Can you put your patch together with proper commit message and signatur

Re: [U-Boot] unused-const-variable warnings in FSL DDR driver

2017-03-25 Thread york sun
On 02/10/2017 02:00 AM, Thomas Schaefer wrote: >> On Thu, Feb 09, 2017 at 05:51:36PM +, york sun wrote: >>> On 02/09/2017 09:46 AM, Thomas Schaefer wrote: >> >>> On 02/09/2017 02:32 AM, Thomas Schaefer wrote: Hi York, > > I've built u-boot for T1042RDB with and without the a

Re: [U-Boot] unused-const-variable warnings in FSL DDR driver

2017-02-10 Thread Thomas Schaefer
> On Thu, Feb 09, 2017 at 05:51:36PM +, york sun wrote: >> On 02/09/2017 09:46 AM, Thomas Schaefer wrote: >> >>> >> On 02/09/2017 02:32 AM, Thomas Schaefer wrote: >> > Hi York, >> > >> > >> > >> > When compiling latest u-boot with gcc 6.3 compiler, I get >> > sever

Re: [U-Boot] unused-const-variable warnings in FSL DDR driver

2017-02-09 Thread york sun
On 02/09/2017 09:17 AM, Thomas Schaefer wrote: > >> On 02/09/2017 02:32 AM, Thomas Schaefer wrote: >>> Hi York, >>> >>> >>> >>> When compiling latest u-boot with gcc 6.3 compiler, I get several >>> 'unused-const-variable' warnings in options.c file of FSL DDR driver. >>> Affected variables are for

Re: [U-Boot] unused-const-variable warnings in FSL DDR driver

2017-02-09 Thread Tom Rini
On Thu, Feb 09, 2017 at 05:51:36PM +, york sun wrote: > On 02/09/2017 09:46 AM, Thomas Schaefer wrote: > >>> > On 02/09/2017 02:32 AM, Thomas Schaefer wrote: > > Hi York, > > > > > > > > When compiling latest u-boot with gcc 6.3 compiler, I get several > > 'unused-c

Re: [U-Boot] unused-const-variable warnings in FSL DDR driver

2017-02-09 Thread york sun
On 02/09/2017 09:46 AM, Thomas Schaefer wrote: >>> On 02/09/2017 02:32 AM, Thomas Schaefer wrote: > Hi York, > > > > When compiling latest u-boot with gcc 6.3 compiler, I get several > 'unused-const-variable' warnings in options.c file of FSL DDR driver. > Affected

Re: [U-Boot] unused-const-variable warnings in FSL DDR driver

2017-02-09 Thread Thomas Schaefer
>> >>> On 02/09/2017 02:32 AM, Thomas Schaefer wrote: Hi York, When compiling latest u-boot with gcc 6.3 compiler, I get several 'unused-const-variable' warnings in options.c file of FSL DDR driver. Affected variables are for (DIMM_SLOTS_PER_CTLR==2) configuratio

Re: [U-Boot] unused-const-variable warnings in FSL DDR driver

2017-02-09 Thread york sun
On 02/09/2017 02:32 AM, Thomas Schaefer wrote: > Hi York, > > > > When compiling latest u-boot with gcc 6.3 compiler, I get several > ‘unused-const-variable’ warnings in options.c file of FSL DDR driver. > Affected variables are for (DIMM_SLOTS_PER_CTLR==2) configuration (e.g. > dual_0S[4]) and war

Re: [U-Boot] unused-const-variable warnings in FSL DDR driver

2017-02-09 Thread Thomas Schaefer
> On 02/09/2017 02:32 AM, Thomas Schaefer wrote: >> Hi York, >> >> >> >> When compiling latest u-boot with gcc 6.3 compiler, I get several >> 'unused-const-variable' warnings in options.c file of FSL DDR driver. >> Affected variables are for (DIMM_SLOTS_PER_CTLR==2) configuration (e.g. > dual_0S[