]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/include/asm/zimage.h
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[u-boot] / arch / x86 / include / asm / zimage.h
index 3a68bb0bb3037aef5f10d75cbfa060574b7abefd..f03ea809af44a6dbe6ad2b7ca624a5c49e992a67 100644 (file)
@@ -24,6 +24,7 @@
 #ifndef _ASM_ZIMAGE_H_
 #define _ASM_ZIMAGE_H_
 
+#include <asm/bootparam.h>
 #include <asm/e820.h>
 
 /* linux i386 zImage/bzImage header. Offsets relative to
 /* Implementation defined function to install an e820 map. */
 unsigned install_e820_map(unsigned max_entries, struct e820entry *);
 
-void *load_zimage(char *image, unsigned long kernel_size,
-                 unsigned long initrd_addr, unsigned long initrd_size,
-                 int auto_boot, void **load_address);
+struct boot_params *load_zimage(char *image, unsigned long kernel_size,
+                               void **load_address);
+int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot,
+                unsigned long initrd_addr, unsigned long initrd_size);
 
 void boot_zimage(void *setup_base, void *load_address);