mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Fix native Sparc32 compile
git-svn-id: svn://coreboot.org/openbios/openbios-devel@428 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -75,5 +75,6 @@
|
|||||||
<option name="CONFIG_DRIVER_FLOPPY" type="boolean" value="true"/>
|
<option name="CONFIG_DRIVER_FLOPPY" type="boolean" value="true"/>
|
||||||
<option name="CONFIG_DEBUG_FLOPPY" type="boolean" value="false"/>
|
<option name="CONFIG_DEBUG_FLOPPY" type="boolean" value="false"/>
|
||||||
<option name="CONFIG_DRIVER_ESCC" type="boolean" value="true"/>
|
<option name="CONFIG_DRIVER_ESCC" type="boolean" value="true"/>
|
||||||
|
<option name="CONFIG_DRIVER_ESCC_SUN" type="boolean" value="true"/>
|
||||||
|
|
||||||
</config>
|
</config>
|
||||||
|
|||||||
@@ -16,6 +16,9 @@
|
|||||||
#ifdef CONFIG_DRIVER_PCI
|
#ifdef CONFIG_DRIVER_PCI
|
||||||
/* drivers/pci.c */
|
/* drivers/pci.c */
|
||||||
int ob_pci_init(void);
|
int ob_pci_init(void);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(CONFIG_DRIVER_PCI) || defined(CONFIG_DRIVER_ESCC)
|
||||||
#ifdef CONFIG_PPC
|
#ifdef CONFIG_PPC
|
||||||
extern int is_apple(void);
|
extern int is_apple(void);
|
||||||
extern int is_oldworld(void);
|
extern int is_oldworld(void);
|
||||||
|
|||||||
Reference in New Issue
Block a user