commit | 6376752a2fae4358f4cd31c203ce088ef3e58878 | [log] [tgz] |
---|---|---|
author | Stefano Babic <sbabic@denx.de> | Fri Jul 12 15:09:23 2013 +0200 |
committer | Tom Rini <trini@ti.com> | Fri Jul 12 15:04:43 2013 -0400 |
tree | 39595bacabf62db1cf8d57ab8e6cdcbd535b94b3 | |
parent | 1d021a8e59a1fd6c8b74bab5e7c025da19ba323d [diff] |
common/image.c: Fix regression with ramdisk load/entry points in FIT A FIT image with a ramdisk that sets the entry or load points to 0x0 must be treated as meaning "leave in place" and NOT "relocate to 0x0". This regression was introduced in a51ec63. Signed-off-by: Stefano Babic <sbabic@denx.de>