* grub-core/Makefile.core.def (ieee1275_fb): Disable on sparc.
It doesn't work well there.
This commit is contained in:
parent
b8494fbe5c
commit
8fc0a24576
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1463,7 +1463,6 @@ module = {
|
|||
name = ieee1275_fb;
|
||||
ieee1275 = video/ieee1275.c;
|
||||
enable = powerpc;
|
||||
enable = sparc64;
|
||||
};
|
||||
|
||||
module = {
|
||||
|
|
Loading…
Reference in a new issue