commit | 128de0093420509b998a595caf73bc77f745fae6 | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Fri Aug 29 21:04:45 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sun Sep 07 00:17:32 2008 +0200 |
tree | 511abb597d72daf34ffddce2ff0326fc52adf958 | |
parent | 5601c61552d2faa7175058fc3dc764427cea8b30 [diff] |
Prevent crash if random DTB address is passed to bootm This patch adds bootm_start() return value check. If error status is returned, we do not proceed further to prevent board reset or crash as we still can recover at this point. Signed-off-by: Anatolij Gustschin <agust@denx.de>