error on unsupported resolution
This commit is contained in:
parent
69efaa32d2
commit
58b78c121d
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue