From 80a215135a78c28cc02c6ab5ece2d8551c56f2cb Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Sat, 28 Apr 2012 18:35:38 -0500 Subject: [PATCH] BuildSetup: Enable other platforms besides u-boot on arm --- build/jam/BuildSetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/BuildSetup b/build/jam/BuildSetup index cd766ca0af..893e4e5ea8 100644 --- a/build/jam/BuildSetup +++ b/build/jam/BuildSetup @@ -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 ;) )