david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

relocate() is called by arch_initialise().

This commit is contained in:
Michael Brown 2005-04-09 13:23:49 +00:00
parent 8039086ec8
commit 64d3886c1d
1 changed files with 0 additions and 1 deletions

View File

@ -204,7 +204,6 @@ static int main_loop(int state)
static int firsttime = 1;
/* First time through */
if (firsttime) {
/* relocate(); */
cleanup();
firsttime = 0;
}