commit | 2a883d7de596d38fdea5ae2ff26a5f8a2b0d6e61 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 14 18:18:23 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 25 06:33:59 2014 -0700 |
tree | 8c6d6ada2d9292edf47bc3b03bd17f3336117644 | |
parent | d9de96d73460e829aeddd8f1b987a06d40f4b556 [diff] |
x86: Panic if there is no relocation data This normally indicates a problem which will prevent relocation from functioning, resulting in a hang. Panic in this case to make it easier to debug. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>