Revert "bootboot: add a delay when assuming the stack size"
This reverts commit 252bc5e5245e3a40266cceafde9801ff8d48a4ce.
diff --git a/stage23/protos/bootboot.c b/stage23/protos/bootboot.c
index 3267ae93..b732ad9a 100644
--- a/stage23/protos/bootboot.c
+++ b/stage23/protos/bootboot.c
@@ -196,7 +196,6 @@ void bootboot_load(char *config) {
print("bootboot: WARNING: no init stack size entered, assuming 1024\n");
print("1024 is really small, specify more using initstack=size ini initrd;\n");
init_stack_size = 1024;
- delay(1000000);
}
printv("bootboot: mapping struct to %X\n", struct_vaddr);
