commit | b3fdb8fe9fe5480d4436a8ca49c76b93c2254a3d | [log] [tgz] |
---|---|---|
author | John Rigby <john.rigby@linaro.org> | Fri Oct 21 11:34:34 2011 -0600 |
committer | John Rigby <john.rigby@linaro.org> | Thu Dec 06 12:16:41 2012 -0700 |
tree | 21068423917dc7f7db8e3380114c713f6aa2ac37 | |
parent | 66f4a3644d0df3f96b26263e854cb4c47f30ea7d [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>