Re: [U-Boot] [PATCH 06/33] x86: Panic if there is not relocation data

2014-11-11 Thread Bin Meng
On Wed, Nov 12, 2014 at 8:17 AM, Simon Glass wrote: > 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 > --- > > arch/x86/lib/relocate.c | 3 +++ > 1 file chang

[U-Boot] [PATCH 06/33] x86: Panic if there is not relocation data

2014-11-11 Thread Simon Glass
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 --- arch/x86/lib/relocate.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/x86/lib/relocate.c b/arch/x86/