commit | e3a5bbce4590fbe18daae51087cd5cf4d2246bb9 | [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 | fbbbc86e8ebac4f42f4ca39ceba80cea27c983bc [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>