Revert "loader.efi: disable workaround for serial console on non-x86"

This patch is creating some issues, reverting it.

This reverts commit 8b18395487.
This commit is contained in:
Toomas Soome 2021-01-13 20:18:35 +02:00
parent 6003bf9290
commit fdaf9cb942

View File

@ -929,11 +929,7 @@ cons_update_mode(bool use_gfx_mode)
* also just use the old emulator. RB_MULTIPLE also implies
* we're using a serial console.
*/
#if defined(__i386__) || defined(__amd64__)
mode = parse_uefi_con_out();
#else
mode = 0;
#endif
if ((mode & (RB_SERIAL | RB_MULTIPLE)) == 0) {
conout->EnableCursor(conout, FALSE);
gfx_state.tg_cursor_visible = false;