Hardcode the boot platform for the Raspberry Pi

* for now at least the board uses a custom boot platform.
This way one only has to define HAIKU_BOOT_BOARD now.
This commit is contained in:
François Revol 2012-05-11 02:17:38 +02:00
parent 9104048d18
commit 730a376b32
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
HAIKU_BOARD_DESCRIPTION = "Raspberry Pi" ;
# must force both since they are set before this file is read.
HAIKU_BOOT_PLATFORM = raspberrypi_arm ;
TARGET_BOOT_PLATFORM = raspberrypi_arm ;
#
# Various hardcoded addresses
#