]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common/image.c: Fix regression with ramdisk load/entry points in FIT
authorStefano Babic <sbabic@denx.de>
Fri, 12 Jul 2013 13:09:23 +0000 (15:09 +0200)
committerTom Rini <trini@ti.com>
Fri, 12 Jul 2013 19:04:43 +0000 (15:04 -0400)
commite3a5bbce4590fbe18daae51087cd5cf4d2246bb9
tree39595bacabf62db1cf8d57ab8e6cdcbd535b94b3
parentfbbbc86e8ebac4f42f4ca39ceba80cea27c983bc
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>
common/image.c