summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Ryd <patrik.ryd@linaro.org>2011-10-06 13:29:45 +0200
committerPatrik Ryd <patrik.ryd@linaro.org>2011-10-10 14:59:02 +0200
commit263f51f69e1fd05d1f80ffd558eebca64bc04bfb (patch)
treeb08f3fe5e0758ded6d17c2d48c71525e7dc82d93
parent5dac14677e208091d28f540a38e98f8152e93b58 (diff)
downloadpandaboard-263f51f69e1fd05d1f80ffd558eebca64bc04bfb.tar.gz
Set TARGET_USE_GATOR
Change-Id: I5fabd31475345d332917d3c8b32873f0867c51bf
-rw-r--r--BoardConfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 33eefb0..0eb35c0 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -57,3 +57,6 @@ TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
# PandaBoard uses an OMAP4 -- Cortex A9
TARGET_GLOBAL_CFLAGS += -mtune=cortex-a9 -mcpu=cortex-a9
+
+# ARMs gator (DS-5)
+TARGET_USE_GATOR:= true \ No newline at end of file