stivale2: fix stivale2_load parameters

This commit is contained in:
JlXip 2021-02-25 04:06:14 +01:00
parent c8e78708d4
commit 00dbeaa832

View File

@ -97,7 +97,7 @@ void entry(uint8_t _boot_drive, int boot_from) {
if (!strcmp(proto, "stivale")) {
stivale_load(config, cmdline);
} else if (!strcmp(proto, "stivale2")) {
stivale2_load(config, cmdline, boot_from);
stivale2_load(config, cmdline, booted_from_pxe);
} else if (!strcmp(proto, "linux")) {
linux_load(config, cmdline);
} else if (!strcmp(proto, "chainload")) {