* grub-core/Makefile.core.def (ieee1275_fb): Disable on sparc.

It doesn't work well there.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-01-12 11:55:52 +01:00
parent b8494fbe5c
commit 8fc0a24576
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2011-01-12 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/Makefile.core.def (ieee1275_fb): Disable on sparc.
It doesn't work well there.
2011-01-12 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/normal/context.c (grub_env_context_close): Silence spurious

View file

@ -1463,7 +1463,6 @@ module = {
name = ieee1275_fb;
ieee1275 = video/ieee1275.c;
enable = powerpc;
enable = sparc64;
};
module = {