mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-03 12:33:35 +00:00
error on unsupported resolution
This commit is contained in:
parent
69efaa32d2
commit
58b78c121d
@ -152,6 +152,7 @@ grub_video_ieee1275_setup (unsigned int width, unsigned int height,
|
||||
{
|
||||
grub_dprintf ("video", "IEEE1275: Setting mode %dx%d\n", width, height);
|
||||
/* TODO. */
|
||||
return grub_error (GRUB_ERR_IO, "can't set mode %dx%d", width, height);
|
||||
}
|
||||
|
||||
err = grub_video_ieee1275_fill_mode_info (dev, &framebuffer.mode_info);
|
||||
|
Loading…
Reference in New Issue
Block a user