]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Relocation code is arch-specific.
authorMichael Brown <mcb30@etherboot.org>
Sat, 9 Apr 2005 13:28:59 +0000 (13:28 +0000)
committerMichael Brown <mcb30@etherboot.org>
Sat, 9 Apr 2005 13:28:59 +0000 (13:28 +0000)
src/include/etherboot.h

index d68423a2bc7352c935e0c71b944010211a2c9e02..585e92a74de6b9149e1515ac8a601a0a0726d1cb 100644 (file)
@@ -276,12 +276,6 @@ extern void forget_prefix_base_memory ( void );
 extern void forget_runtime_base_memory ( uint32_t old_addr );
 
 extern unsigned long get_boot_order(unsigned long order, unsigned *index);
-#ifndef NORELOCATE
-extern void relocate(void);
-extern void relocate_to(unsigned long phys_dest);
-#else
-#define relocate() do {} while(0)
-#endif
 extern void disk_init P((void));
 extern unsigned int pcbios_disk_read P((int drv,int c,int h,int s,char *buf));