summaryrefslogtreecommitdiff
path: root/board/blackstamp
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-08-09 21:57:47 (GMT)
committerMike Frysinger <vapier@gentoo.org>2010-10-02 20:00:38 (GMT)
commit821ad16fa9900c9b48e9af678b4a5d7808a58f7c (patch)
tree522cfcdc596a042b9ee2593dfa803f73cb0c1561 /board/blackstamp
parent543ef365865abed36b120ae5b05fbb64d092877f (diff)
downloadu-boot-fsl-qoriq-821ad16fa9900c9b48e9af678b4a5d7808a58f7c.tar.xz
Blackfin: move CONFIG_BFIN_CPU to board config.mk
The CONFIG_BFIN_CPU option is largely used in the build system, so move it out of the board config.h and into the board config.mk. It'd be nice to keep everything in the config.h, but the patch to extract that value early was rejected. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/blackstamp')
-rw-r--r--board/blackstamp/config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/blackstamp/config.mk b/board/blackstamp/config.mk
index eaa09ff..5035cb9 100644
--- a/board/blackstamp/config.mk
+++ b/board/blackstamp/config.mk
@@ -26,5 +26,7 @@
# This is not actually used for Blackfin boards so do not change it
#TEXT_BASE = do-not-use-me
+CONFIG_BFIN_CPU = bf532-0.5
+
# Set some default LDR flags based on boot mode.
LDR_FLAGS += $(LDR_FLAGS-$(CONFIG_BFIN_BOOT_MODE))