diff options
Diffstat (limited to 'hw/ppc_mac.h')
-rw-r--r-- | hw/ppc_mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc_mac.h b/hw/ppc_mac.h index c833d1758f..d895b893d0 100644 --- a/hw/ppc_mac.h +++ b/hw/ppc_mac.h @@ -31,7 +31,7 @@ #define BIOS_FILENAME "ppc_rom.bin" #define VGABIOS_FILENAME "video.x" #define NVRAM_SIZE 0x2000 -#define PROM_FILENAME "openbios-ppc32" +#define PROM_FILENAME "openbios-ppc" #define PROM_ADDR 0xfff00000 #define KERNEL_LOAD_ADDR 0x01000000 |