commit | 72e4f52a227776c9e5b328d63b098863e4871d9c | [log] [tgz] |
---|---|---|
author | John Rigby <john.rigby@linaro.org> | Fri Oct 21 11:34:34 2011 -0600 |
committer | John Rigby <john.rigby@linaro.org> | Wed May 02 19:44:07 2012 -0600 |
tree | 54282525abb967c464dcc456cec1c8e074ed2f2a | |
parent | 3fb6072b3628f0d5b540ac3b03f245bbfbdfca94 [diff] |
OMAP4: avoid null pointer access in save_boot_params When booting via spl the parameter layout is apparently different and this leads to following bad pointers. For now just work around the issue by checking pointers before following them. Signed-off-by: John Rigby <john.rigby@linaro.org>