Re: [U-Boot] [PATCH 6/9] imx: cm_fx6: Remove reference to gdata

2014-12-31 Thread Nikita Kiryanov
Hi Simon, On 12/23/2014 09:04 PM, 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 --- Tested-by: Nikita Kiryanov Acked-by: Nik

Re: [U-Boot] [PATCH 6/9] imx: cm_fx6: Remove reference to gdata

2014-12-23 Thread Igor Grinberg
On 12/23/14 21: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 Acked-by: Igor Grinberg > --- > > board/compulab/c

[U-Boot] [PATCH 6/9] imx: cm_fx6: 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/compulab/cm_fx6/spl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/board/compulab/cm_