summaryrefslogtreecommitdiffstats
path: root/board/cm-bf527
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-12-23 14:13:41 -0500
committerMike Frysinger <vapier@gentoo.org>2011-04-08 00:44:26 -0400
commitfbb21ff0478f1bac0b009133bf82b7412ea0230b (patch)
tree778e1fef6d0042f8e72b588069bc961bb36a860a /board/cm-bf527
parent7d69dfd2a80885b570cd1d47e5c25f0f76f09468 (diff)
downloadtalos-obmc-uboot-fbb21ff0478f1bac0b009133bf82b7412ea0230b.tar.gz
talos-obmc-uboot-fbb21ff0478f1bac0b009133bf82b7412ea0230b.zip
Blackfin: drop CONFIG_SYS_TEXT_BASE from boards
We don't want/use this value for Blackfin boards, so punt it and have the common code error out when people try to use it. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/cm-bf527')
-rw-r--r--board/cm-bf527/config.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/cm-bf527/config.mk b/board/cm-bf527/config.mk
index 790fe99b04..436a7b37c6 100644
--- a/board/cm-bf527/config.mk
+++ b/board/cm-bf527/config.mk
@@ -23,9 +23,6 @@
# MA 02111-1307 USA
#
-# This is not actually used for Blackfin boards so do not change it
-#CONFIG_SYS_TEXT_BASE = do-not-use-me
-
CONFIG_BFIN_CPU = bf527-0.0
CFLAGS_lib += -O2
OpenPOWER on IntegriCloud