* grub-core/disk/ieee1275/nand.c: Fix compilation on
i386-ieee1275.
This commit is contained in:
parent
83e1a1a137
commit
e42b251403
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2013-03-03 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/disk/ieee1275/nand.c: Fix compilation on
|
||||||
|
i386-ieee1275.
|
||||||
|
|
||||||
2013-03-02 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-03-02 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* include/grub/cmos.h: Handle high CMOS addresses on sparc64.
|
* include/grub/cmos.h: Handle high CMOS addresses on sparc64.
|
||||||
|
|
|
@ -47,7 +47,7 @@ grub_nand_iterate (grub_disk_dev_iterate_hook_t hook, void *hook_data,
|
||||||
|
|
||||||
have_nand = 0;
|
have_nand = 0;
|
||||||
FOR_IEEE1275_DEVALIASES(alias)
|
FOR_IEEE1275_DEVALIASES(alias)
|
||||||
if (grub_strcmp (alias->name, "nand") == 0)
|
if (grub_strcmp (alias.name, "nand") == 0)
|
||||||
{
|
{
|
||||||
have_nand = 1;
|
have_nand = 1;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue