commit | ad9073211ca9e62162a39851e082b8d07a662fb6 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Fri Feb 13 17:10:58 2009 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Thu Apr 02 06:41:56 2009 -0400 |
tree | ba4c415b936854441c8860f720d20858d3387021 | |
parent | 84a9dda324c3faa56be14449d7519b993d9397a9 [diff] |
Blackfin: fix crash when booting from external memory When testing a u-boot binary that hasn't been booted from the bootrom, we have to make sure the bootstruct structure has sane storage space. If we don't, the initcode will crash when it tries to dereference an invalid pointer. Signed-off-by: Mike Frysinger <vapier@gentoo.org>