Open Hack'Ware was the only user.
Signed-off-by: Daniel Axtens <dja@axtens.net>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
{
const char *type;
- if (grub_ieee1275_test_flag (GRUB_IEEE1275_FLAG_NO_ANSI))
- type = "dumb";
- else if (grub_ieee1275_test_flag (GRUB_IEEE1275_FLAG_CURSORONOFF_ANSI_BROKEN))
+ if (grub_ieee1275_test_flag (GRUB_IEEE1275_FLAG_CURSORONOFF_ANSI_BROKEN))
type = "ieee1275-nocursor";
else
type = "ieee1275";
/* OLPC / XO firmware hangs when accessing USB devices. */
GRUB_IEEE1275_FLAG_OFDISK_SDCARD_ONLY,
- /* Open Hack'Ware don't support the ANSI sequence. */
- GRUB_IEEE1275_FLAG_NO_ANSI,
-
/* OpenFirmware hangs on qemu if one requests any memory below 1.5 MiB. */
GRUB_IEEE1275_FLAG_NO_PRE1_5M_CLAIM,