mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-29 19:27:01 +00:00
2005-05-08 Hollis Blanchard <hollis@penguinppc.org>
* boot/powerpc/ieee1275/cmain.c (cmain): Initialize `grub_ieee1275_chosen'.
This commit is contained in:
parent
168d6e5810
commit
89371b203b
@ -1,3 +1,8 @@
|
|||||||
|
2005-05-08 Hollis Blanchard <hollis@penguinppc.org>
|
||||||
|
|
||||||
|
* boot/powerpc/ieee1275/cmain.c (cmain): Initialize
|
||||||
|
`grub_ieee1275_chosen'.
|
||||||
|
|
||||||
2005-05-08 Hollis Blanchard <hollis@penguinppc.org>
|
2005-05-08 Hollis Blanchard <hollis@penguinppc.org>
|
||||||
|
|
||||||
* boot/powerpc/ieee1275/cmain.c (module_info): Remove definition.
|
* boot/powerpc/ieee1275/cmain.c (module_info): Remove definition.
|
||||||
|
@ -94,6 +94,8 @@ cmain (uint32_t r3, uint32_t r4 __attribute__((unused)), uint32_t r5)
|
|||||||
grub_ieee1275_entry_fn = (intptr_t (*)(void *)) r5;
|
grub_ieee1275_entry_fn = (intptr_t (*)(void *)) r5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
grub_ieee1275_finddevice ("/chosen", &grub_ieee1275_chosen);
|
||||||
|
|
||||||
grub_ieee1275_find_options ();
|
grub_ieee1275_find_options ();
|
||||||
|
|
||||||
/* Now invoke the main function. */
|
/* Now invoke the main function. */
|
||||||
|
Loading…
Reference in New Issue
Block a user