bootm: replace blob_start with image_start
authorLei Wen <leiwen@marvell.com>
Mon, 10 Jan 2011 10:21:15 +0000 (18:21 +0800)
committerWolfgang Denk <wd@denx.de>
Mon, 11 Apr 2011 19:10:44 +0000 (21:10 +0200)
commit02cf345973a7fe9986626448a089ed54f1a26d13
treea0a29c18e79ad59ae685da330f947266583020ba
parenta4c3b40b33e41563077ea9ccbae7cac9d26ca38f
bootm: replace blob_start with image_start

For uImage always has a 64 bytes header, we couldn't expect to do
the xip from the header but should xip from the image start.

The latter logic in that section is also move the image from image_start
to the load address, so sync this logic to the xip operation.

Signed-off-by: Lei Wen <leiwen@marvell.com>
Acked-by: Mike Frysinger <vapier@gentoo.org>
common/cmd_bootm.c