summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarian Balakowicz <m8@semihalf.com>2008-01-08 18:11:44 +0100
committerWolfgang Denk <wd@denx.de>2008-02-07 01:12:55 +0100
commit261dcf4624b25f3c551efcf8634e9194fabba9c3 (patch)
tree418fbb9ac11e38fd532c72c0078ef94439b80a13 /include
parent559316faf7eae0614c91d77f509b57d6c4c091ba (diff)
downloadtalos-obmc-uboot-261dcf4624b25f3c551efcf8634e9194fabba9c3.tar.gz
talos-obmc-uboot-261dcf4624b25f3c551efcf8634e9194fabba9c3.zip
[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>
Diffstat (limited to 'include')
-rw-r--r--include/asm-i386/zimage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-i386/zimage.h b/include/asm-i386/zimage.h
index c7103b1f37..b6266e456a 100644
--- a/include/asm-i386/zimage.h
+++ b/include/asm-i386/zimage.h
@@ -70,6 +70,5 @@ void *load_zimage(char *image, unsigned long kernel_size,
int auto_boot);
void boot_zimage(void *setup_base);
-image_header_t *fake_zimage_header(image_header_t *hdr, void *ptr, int size);
#endif
OpenPOWER on IntegriCloud