ianos: Remove sd (un)mount usage
This commit is contained in:
@@ -1474,7 +1474,7 @@ void ipl_main()
|
||||
sd_mount();
|
||||
|
||||
// Save sdram lp0 config.
|
||||
if (!ianos_loader(false, "bootloader/sys/libsys_lp0.bso", DRAM_LIB, (void *)sdram_get_params_patched()))
|
||||
if (!ianos_loader("bootloader/sys/libsys_lp0.bso", DRAM_LIB, (void *)sdram_get_params_patched()))
|
||||
h_cfg.errors |= ERR_LIBSYS_LP0;
|
||||
|
||||
// Train DRAM and switch to max frequency.
|
||||
|
||||
Reference in New Issue
Block a user