mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
relocate() is called by arch_initialise().
This commit is contained in:
@@ -204,7 +204,6 @@ static int main_loop(int state)
|
|||||||
static int firsttime = 1;
|
static int firsttime = 1;
|
||||||
/* First time through */
|
/* First time through */
|
||||||
if (firsttime) {
|
if (firsttime) {
|
||||||
/* relocate(); */
|
|
||||||
cleanup();
|
cleanup();
|
||||||
firsttime = 0;
|
firsttime = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user