]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd_bootm.c: Only say XIP image when load is image_start
authorTom Rini <trini@ti.com>
Thu, 1 May 2014 14:01:08 +0000 (10:01 -0400)
committerTom Rini <trini@ti.com>
Mon, 12 May 2014 19:20:05 +0000 (15:20 -0400)
commit717ccc1d7f77b4d1177c098749adc07205a22fa1
treea87a7bf4c56e70d461342fd7b826b73994949ca1
parentcd834a053b9a46a74f7d1ccd1b68d983712cdeb4
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>
common/cmd_bootm.c