commit | 512e581c86a4066147a9a095eaed05a7aa9043df | [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 | 65990d568074ad878cbc7e4eb1053508e3707cb6 [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>