Re: [U-Boot] [PATCH 05/48] Add a way to skip relocation

2015-07-31 Thread Simon Glass
Hi Bin, On 22 July 2015 at 21:41, Bin Meng wrote: > Hi Simon, > > On Wed, Jul 22, 2015 at 11:48 PM, Simon Glass wrote: >> When running U-Boot as an EFI application we cannot relocate since we do not >> have relocation information. U-Boot has already been relocated to a suitable >> address. >> >>

Re: [U-Boot] [PATCH 05/48] Add a way to skip relocation

2015-07-22 Thread Bin Meng
Hi Simon, On Wed, Jul 22, 2015 at 11:48 PM, Simon Glass wrote: > When running U-Boot as an EFI application we cannot relocate since we do not > have relocation information. U-Boot has already been relocated to a suitable > address. > > Add a global_data flag to control skipping relocation. > > Si

[U-Boot] [PATCH 05/48] Add a way to skip relocation

2015-07-22 Thread Simon Glass
When running U-Boot as an EFI application we cannot relocate since we do not have relocation information. U-Boot has already been relocated to a suitable address. Add a global_data flag to control skipping relocation. Signed-off-by: Simon Glass --- common/board_f.c | 7 +++