bios/main: print boot sequence only if sdr_ok
This commit is contained in:
parent
f4369c8fb2
commit
b92b89ab92
|
@ -443,8 +443,8 @@ int main(int i, char **c)
|
|||
printf("Memory initialization failed\n");
|
||||
printf("\n");
|
||||
|
||||
printf("--========== \e[1mBoot sequence\e[0m =============--\n");
|
||||
if(sdr_ok)
|
||||
printf("--========== \e[1mBoot sequence\e[0m =============--\n");
|
||||
boot_sequence();
|
||||
printf("\n");
|
||||
|
||||
|
|
Loading…
Reference in New Issue