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

Simon Glass sjg at chromium.org
Wed Aug 5 20:02:58 CEST 2015


On 4 August 2015 at 12:33, Simon Glass <sjg at 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 <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v3: None
> Changes in v2:
> - Set text_base to 0 to avoid possible compiler warning
>
>  arch/x86/lib/relocate.c | 17 +++++++++++------
>  1 file changed, 11 insertions(+), 6 deletions(-)

Applied to u-boot-x86.


More information about the U-Boot mailing list