[U-Boot] [PATCH 7/9] imx: woodburn: Remove reference to gdata

2014-12-23 Thread Simon Glass
The global_data pointer (gd) has already been set before board_init_f() is called. We should not assign it again. We should also not use gdata since it is going away. Signed-off-by: Simon Glass --- board/woodburn/woodburn.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/board/woodburn/wo

Re: [U-Boot] [PATCH 7/9] imx: woodburn: Remove reference to gdata

2014-12-30 Thread Stefano Babic
Hi Simon, On 23/12/2014 20:04, Simon Glass wrote: > The global_data pointer (gd) has already been set before board_init_f() > is called. We should not assign it again. We should also not use gdata since > it is going away. > > Signed-off-by: Simon Glass > --- > > board/woodburn/woodburn.c | 3