summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-12-29 23:00:36 +0100
committerHarald Welte <laforge@gnumonks.org>2011-12-29 23:00:36 +0100
commit61be5fdab49af903c6c6193676652af9c269b76d (patch)
tree31b18227ebbf3c4aa31db466fb2aacd0ce832b19
parent3cdba2b9eea0900a32817e2e7e2ce474190d4f51 (diff)
osmo-sdr: only build flash images
-rw-r--r--boards/osmo-sdr/board.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/osmo-sdr/board.mak b/boards/osmo-sdr/board.mak
index 8c527cd..c8d987f 100644
--- a/boards/osmo-sdr/board.mak
+++ b/boards/osmo-sdr/board.mak
@@ -28,4 +28,4 @@
# Defines which are the available memory targets for the AT91SAM3UE-EK board.
-MEMORIES = sram flash sram_rumba
+MEMORIES = flash
personal git repositories of Harald Welte. Your mileage may vary