Re: [U-Boot] [PATCH] x86: Remove DECLARE_GLOBAL_DATA_PTR in board files

2015-05-08 Thread Simon Glass
On 30 April 2015 at 12:08, Simon Glass wrote: > > On 30 April 2015 at 05:05, Bin Meng wrote: > > gd is not referenced in those board files so DECLARE_GLOBAL_DATA_PTR > > should be removed. > > > > Signed-off-by: Bin Meng > > --- > > > > board/intel/crownbay/crownbay.c | 2 -- > > board/intel/

Re: [U-Boot] [PATCH] x86: Remove DECLARE_GLOBAL_DATA_PTR in board files

2015-04-30 Thread Simon Glass
On 30 April 2015 at 05:05, Bin Meng wrote: > gd is not referenced in those board files so DECLARE_GLOBAL_DATA_PTR > should be removed. > > Signed-off-by: Bin Meng > --- > > board/intel/crownbay/crownbay.c | 2 -- > board/intel/galileo/galileo.c | 2 -- > board/intel/minnowmax/minnowmax.c |

[U-Boot] [PATCH] x86: Remove DECLARE_GLOBAL_DATA_PTR in board files

2015-04-30 Thread Bin Meng
gd is not referenced in those board files so DECLARE_GLOBAL_DATA_PTR should be removed. Signed-off-by: Bin Meng --- board/intel/crownbay/crownbay.c | 2 -- board/intel/galileo/galileo.c | 2 -- board/intel/minnowmax/minnowmax.c | 2 -- 3 files changed, 6 deletions(-) diff --git a/board/i