Re: [U-Boot] [PATCH v3 11/28] x86: Allow relocation code to build without text base

2015-08-05 Thread Simon Glass
On 4 August 2015 at 12:33, Simon Glass s...@chromium.org wrote: This code currently requires CONFIG_SYS_TEXT_BASE but this should be unnecessary. As a first step, remove the build-time limitation and report an error instead. Signed-off-by: Simon Glass s...@chromium.org Reviewed-by: Bin Meng

[U-Boot] [PATCH v3 11/28] x86: Allow relocation code to build without text base

2015-08-04 Thread Simon Glass
This code currently requires CONFIG_SYS_TEXT_BASE but this should be unnecessary. As a first step, remove the build-time limitation and report an error instead. Signed-off-by: Simon Glass s...@chromium.org Reviewed-by: Bin Meng bmeng...@gmail.com --- Changes in v3: None Changes in v2: - Set