PowerPC platform might not always be OpenFirmware

This commit is contained in:
François Revol 2011-11-12 23:46:40 +01:00
parent 0f27a79e43
commit b33a1b1c5f
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ switch $(HAIKU_CPU) {
case ppc :
{
HAIKU_DEFINES += __POWERPC__ ;
HAIKU_BOOT_PLATFORM = openfirmware ;
HAIKU_BOOT_PLATFORM ?= openfirmware ;
HAIKU_BOOT_FLOPPY_IMAGE_SIZE = 1440 ; # in kB
# offset in floppy image (>= sizeof(haiku_loader))
HAIKU_BOOT_ARCHIVE_IMAGE_OFFSET = 192 ; # in kB - unused yet