commit | 32ad3c02da1a90ff7369c47c654ec00d97139c2e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Aug 04 12:33:49 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 05 08:44:06 2015 -0600 |
tree | 14c841fb51297d77a756c509d8e352598b0fe85d | |
parent | 8aea77aaf56b3fa9190c4fde140cc52434d4847d [diff] |
x86: Allow relocation code to build without text base 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@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>