mirror of https://github.com/ipxe/ipxe.git
relocate() is called by arch_initialise().
parent
8039086ec8
commit
64d3886c1d
|
@ -204,7 +204,6 @@ static int main_loop(int state)
|
|||
static int firsttime = 1;
|
||||
/* First time through */
|
||||
if (firsttime) {
|
||||
/* relocate(); */
|
||||
cleanup();
|
||||
firsttime = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue