]> git.sur5r.net Git - u-boot/commit
[new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
authorMarian Balakowicz <m8@semihalf.com>
Fri, 29 Feb 2008 21:22:46 +0000 (22:22 +0100)
committerMarian Balakowicz <m8@semihalf.com>
Fri, 29 Feb 2008 21:22:46 +0000 (22:22 +0100)
commit05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
treee82cb6aaf3fe10ba115a7d6b32e67aaf30abd4eb
parentd1cc52879c8966507dad9fb575481e6d3985e64e
[new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()

Do not use global fdt blob pointer, calculate blob size from routine
argument blob pointer.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
lib_ppc/bootm.c