keys: Finalize Mariko compatibility with save mac

This commit is contained in:
shchmue 2020-12-09 19:08:24 -07:00
parent 1e87828db4
commit b074d14107
4 changed files with 15 additions and 18 deletions

View file

@ -362,15 +362,6 @@ void ipl_main()
display_backlight_pwm_init();
if (h_cfg.t210b01)
{
gfx_printf("Mariko SOC detected!\nMariko is currently unsupported\nbut stay tuned...");
gfx_printf("\n\n Press any button to power off.");
display_backlight_brightness(h_cfg.backlight, 1000);
btn_wait();
power_off();
}
// Overclock BPMP.
bpmp_clk_rate_set(BPMP_CLK_DEFAULT_BOOST);