Re: [U-Boot] [PATCH 1/2] SMDK5250: Fix compiler warning for non-dt systems

2013-03-28 Thread Minkyu Kang
On 05/03/13 22:49, Vivek Gautam wrote: > Compiling for non-dt systems gives folowing warning: > smdk5250.c: In function 'board_eth_init': > smdk5250.c:152:6: warning: unused variable 'node' [-Wunused-variable] > > Declare variable 'node' only for dt enabled systems to remove this > warning. > > S

Re: [U-Boot] [PATCH 1/2] SMDK5250: Fix compiler warning for non-dt systems

2013-03-05 Thread Simon Glass
On Tue, Mar 5, 2013 at 5:49 AM, Vivek Gautam wrote: > Compiling for non-dt systems gives folowing warning: > smdk5250.c: In function 'board_eth_init': > smdk5250.c:152:6: warning: unused variable 'node' [-Wunused-variable] > > Declare variable 'node' only for dt enabled systems to remove this > wa

[U-Boot] [PATCH 1/2] SMDK5250: Fix compiler warning for non-dt systems

2013-03-05 Thread Vivek Gautam
Compiling for non-dt systems gives folowing warning: smdk5250.c: In function 'board_eth_init': smdk5250.c:152:6: warning: unused variable 'node' [-Wunused-variable] Declare variable 'node' only for dt enabled systems to remove this warning. Signed-off-by: Vivek Gautam --- board/samsung/smdk5250

Re: [U-Boot] [PATCH 1/2] SMDK5250: Fix compiler warning for non-dt systems

2013-02-13 Thread Simon Glass
On Tue, Feb 12, 2013 at 10:42 PM, Vivek Gautam wrote: > Compiling for non-dt systems gives folowing warning: > smdk5250.c: In function 'board_eth_init': > smdk5250.c:152:6: warning: unused variable 'node' [-Wunused-variable] > > Declare variable 'node' only for dt enabled systems to remove this >

[U-Boot] [PATCH 1/2] SMDK5250: Fix compiler warning for non-dt systems

2013-02-12 Thread Vivek Gautam
Compiling for non-dt systems gives folowing warning: smdk5250.c: In function 'board_eth_init': smdk5250.c:152:6: warning: unused variable 'node' [-Wunused-variable] Declare variable 'node' only for dt enabled systems to remove this warning. Signed-off-by: Vivek Gautam --- board/samsung/smdk5250