BuildSetup: Enable other platforms besides u-boot on arm

This commit is contained in:
Alexander von Gluck IV 2012-04-28 18:35:38 -05:00
parent 6068e43923
commit 80a215135a

View File

@ -225,7 +225,7 @@ switch $(HAIKU_CPU) {
case arm :
{
HAIKU_DEFINES += __ARM__ ;
HAIKU_BOOT_PLATFORM = u-boot ;
HAIKU_BOOT_PLATFORM ?= u-boot ;
HAIKU_BOOT_BOARD ?= verdex ;
HAIKU_BOOT_FLOPPY_IMAGE_SIZE = 1440 ;
# in kB (there is not really a floppy on the gumstix ;) )