summaryrefslogtreecommitdiff
path: root/bootwrapper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bootwrapper/Makefile')
-rw-r--r--bootwrapper/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootwrapper/Makefile b/bootwrapper/Makefile
index 44434ea..15a6419 100644
--- a/bootwrapper/Makefile
+++ b/bootwrapper/Makefile
@@ -45,6 +45,7 @@ VECTBASE?=$(LOBASE)
HIBASE?=0x8FF
FSADDR?=0x8e400000
DEBUG=TRUE
+BOOT_CLUSTER?=0
ifeq "$(BA)" ""
BOOTARGS=mem=255M console=ttyAMA0,115200 migration_cost=500 cachepolicy=writealloc
@@ -64,6 +65,7 @@ CFLAGS:=--cpu=Eagle -O2 \
-DSETUPMMU=$(SETUPMMU) \
-DHIBASE=$(HIBASE) \
-DVE=$(VE) \
+ -DBOOT_CLUSTER=$(BOOT_CLUSTER) \
-DVECTBASE=$(VECTBASE)
ifdef DEBUG