[new uImage] Fix uImage header pointer use in i386 do_bootm_linux()
authorMarian Balakowicz <m8@semihalf.com>
Tue, 8 Jan 2008 17:11:44 +0000 (18:11 +0100)
committerWolfgang Denk <wd@denx.de>
Thu, 7 Feb 2008 00:12:55 +0000 (01:12 +0100)
commit15158971f49255ccef54f0979a942cfd3de2ae52
tree3fa244d13c762c72d72fc153f6b66afd23800cfd
parent261dcf4624b25f3c551efcf8634e9194fabba9c3
[new uImage] Fix uImage header pointer use in i386 do_bootm_linux()

Use image header copy instead of a (possibly corrupted) pointer to
a initial image location.

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