commit | 717ccc1d7f77b4d1177c098749adc07205a22fa1 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Thu May 01 10:01:08 2014 -0400 |
committer | Tom Rini <trini@ti.com> | Mon May 12 15:20:05 2014 -0400 |
tree | a87a7bf4c56e70d461342fd7b826b73994949ca1 | |
parent | cd834a053b9a46a74f7d1ccd1b68d983712cdeb4 [diff] |
cmd_bootm.c: Only say XIP image when load is image_start We say we have an XIP (in this case, image loaded at desired execution address) when the image header has been offset in the load. It's possible that in some cases executing the header is non-fatal but that's not true in many other cases. Signed-off-by: Tom Rini <trini@ti.com>