[new uImage] Remove I386 uImage fake_header() routine
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)
commit261dcf4624b25f3c551efcf8634e9194fabba9c3
tree418fbb9ac11e38fd532c72c0078ef94439b80a13
parent559316faf7eae0614c91d77f509b57d6c4c091ba
[new uImage] Remove I386 uImage fake_header() routine

I386 targets are not using a uImage format, instead fake header
is added to ram image before it is further processed by bootm.

Remove this fixup and force proper uImage use for I386.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
common/cmd_bootm.c
include/asm-i386/zimage.h
lib_i386/i386_linux.c
lib_i386/zimage.c