]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Blackfin: drop CONFIG_SYS_TEXT_BASE from boards
authorMike Frysinger <vapier@gentoo.org>
Thu, 23 Dec 2010 19:13:41 +0000 (14:13 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 8 Apr 2011 04:44:26 +0000 (00:44 -0400)
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>
29 files changed:
arch/blackfin/config.mk
board/bct-brettl2/config.mk
board/bf518f-ezbrd/config.mk
board/bf526-ezbrd/config.mk
board/bf527-ad7160-eval/config.mk
board/bf527-ezkit/config.mk
board/bf527-sdp/config.mk
board/bf533-ezkit/config.mk
board/bf533-stamp/config.mk
board/bf537-minotaur/config.mk
board/bf537-pnav/config.mk
board/bf537-srv1/config.mk
board/bf537-stamp/config.mk
board/bf538f-ezkit/config.mk
board/bf548-ezkit/config.mk
board/bf561-acvilon/config.mk
board/bf561-ezkit/config.mk
board/blackstamp/config.mk
board/blackvme/config.mk
board/cm-bf527/config.mk
board/cm-bf533/config.mk
board/cm-bf537e/config.mk
board/cm-bf537u/config.mk
board/cm-bf548/config.mk
board/cm-bf561/config.mk
board/ibf-dsp561/config.mk
board/ip04/config.mk
board/tcm-bf518/config.mk
board/tcm-bf537/config.mk

index f4503eacb99e45c6151a61205fea06bb1e62ab53..92520e85ebf3f05afe63e6a1f03b9fed56684831 100644 (file)
@@ -70,3 +70,7 @@ LDR_FLAGS += $(LDR_FLAGS-y)
 ifeq ($(wildcard $(TOPDIR)/board/$(BOARD)/u-boot.lds*),)
 LDSCRIPT = $(obj)arch/$(ARCH)/lib/u-boot.lds.S
 endif
+
+ifneq ($(CONFIG_SYS_TEXT_BASE),)
+$(error do not set CONFIG_SYS_TEXT_BASE for Blackfin boards)
+endif
index 0c02d440d7c4b9bf9a30713e80ba0e26e77e79ce..df11d61d6ba837ba61f33c5232683eb2cc3a4261 100644 (file)
@@ -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 = bf536-0.3
 
 CFLAGS_lib += -O2
index 9a54dbfb86fce39e840723329dfb219b4fa7a7c1..7664261892e826ab00bad70400583c6272b496cf 100644 (file)
@@ -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 = bf518-0.0
 
 CFLAGS_lib += -O2
index 46c09ea8f4dcc53ef845b3559d545d9d48486cea..60f6f9c17488ede954a3db69c998330445c89462 100644 (file)
@@ -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 = bf526-0.0
 
 CFLAGS_lib += -O2
index a6c272aea77f43b3996e6e07c9bf48d543622844..ecb31bf10e64c6c1dd43ab30c8e706e5f4d9f879 100644 (file)
@@ -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.2
 
 CFLAGS_lib += -O2
index 790fe99b045d99adf34fa9cfe86eab194d2ab3ea..436a7b37c61be6d25e2207b877f8b64c8e028451 100644 (file)
@@ -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
index 7cb935a2afe48365f6f80bb3eb1d6c138e352b3a..8eff4fdf311181b8455cec0c5a9253c7d54370bc 100644 (file)
@@ -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.2
 
 CFLAGS_lib_generic += -O2
index a0d174924add03ff688854012ea6b70de680d864..c775398f55646d7e4168431bf8dcc2f674e820ce 100644 (file)
@@ -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 = bf533-0.3
 
 CFLAGS_lib += -O2
index a0d174924add03ff688854012ea6b70de680d864..c775398f55646d7e4168431bf8dcc2f674e820ce 100644 (file)
@@ -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 = bf533-0.3
 
 CFLAGS_lib += -O2
index de026356df8499f7555ee90878531ffca9ecb6b4..0f0ed4804e1ae7365fe63a03ab6c8e645676e8d8 100644 (file)
@@ -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 = bf537-0.2
 
 # Set some default LDR flags based on boot mode.
index e29d87f592c8496aeee77f3a54527032e40d2d08..1e7afccb95424eae55b82bb1958da9aa25d69ab3 100644 (file)
@@ -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 = bf537-0.2
 
 # Set some default LDR flags based on boot mode.
index de026356df8499f7555ee90878531ffca9ecb6b4..0f0ed4804e1ae7365fe63a03ab6c8e645676e8d8 100644 (file)
@@ -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 = bf537-0.2
 
 # Set some default LDR flags based on boot mode.
index 6694f06617686bb7f2abb9b751bcb3f7f314e430..f913f9a111e2ed42857f39c6575d7c0287474954 100644 (file)
@@ -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 = bf537-0.2
 
 CFLAGS_lib += -O2
index 4ab139731344e3925d2f8039da119af6c00f3f6a..2644021b229ef5916e354560c26886a79b98d1ba 100644 (file)
@@ -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 = bf538-0.4
 
 CFLAGS_lib += -O2
index 9aa176151250ef1e2085cc36f1eb6bc3c92771b7..b7f91f2b6afeeb9d881dd622f9991032f3454207 100644 (file)
@@ -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 = bf548-0.0
 
 CFLAGS_lib += -O2
index 5c88114ac4589015f52843f2141e072e15d55bf2..20c1ec2f787f7df18cd0113ff9fcf42e641b819a 100644 (file)
@@ -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 = bf561-0.5
 
 CFLAGS_lib += -O2
index 19cdefc147a3635673fbd8358a3fc741117e88c3..db92eec74ee9251e43f1c97c281f218bcdf19c23 100644 (file)
@@ -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 = bf561-0.3
 
 CFLAGS_lib += -O2
index 0ca3c904a301f6c13d716e1163a6cd48a8fb3db4..083aff149fbb6afa38feb298d74be5c3d2b864d1 100644 (file)
@@ -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 = bf532-0.5
 
 # Set some default LDR flags based on boot mode.
index 4d6e0ba8c7c74fc2faaf5392151d4ad317d785b9..0400acec922ca6de6e35489b88d64d8c9c84704a 100644 (file)
@@ -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 = bf561-0.5
 
 # Set some default LDR flags based on boot mode.
index 790fe99b045d99adf34fa9cfe86eab194d2ab3ea..436a7b37c61be6d25e2207b877f8b64c8e028451 100644 (file)
@@ -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
index a0d174924add03ff688854012ea6b70de680d864..c775398f55646d7e4168431bf8dcc2f674e820ce 100644 (file)
@@ -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 = bf533-0.3
 
 CFLAGS_lib += -O2
index c5d45c7db7f96787a1fa11501c0316cd83669644..36d8778e9aba3b1680473adb7e4786fde742d782 100644 (file)
@@ -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 = bf537-0.2
 
 CFLAGS_lib += -O2
index c5d45c7db7f96787a1fa11501c0316cd83669644..36d8778e9aba3b1680473adb7e4786fde742d782 100644 (file)
@@ -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 = bf537-0.2
 
 CFLAGS_lib += -O2
index da6aa52dfeee4a8a2b0f0d2b268109afbd8ed9b7..e1620e0d1298635d78ef54386c0cc97e2dc42991 100644 (file)
@@ -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 = bf548-0.0
 
 CFLAGS_lib += -O2
index 19cdefc147a3635673fbd8358a3fc741117e88c3..db92eec74ee9251e43f1c97c281f218bcdf19c23 100644 (file)
@@ -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 = bf561-0.3
 
 CFLAGS_lib += -O2
index 80b527c6c5a9b233bcc89ef9e42211c63b89dc72..e21371433520cce150f003f964d217f736cfa473 100644 (file)
@@ -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 = bf561-0.5
 
 # Set some default LDR flags based on boot mode.
index fc818fba43444be0005ea1f9e8c9185ff982f928..0722a963c67738d1f7e537d79da9e5fcf2c72e2c 100644 (file)
@@ -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 = bf532-0.5
 
 CFLAGS_lib += -O2
index 9a54dbfb86fce39e840723329dfb219b4fa7a7c1..7664261892e826ab00bad70400583c6272b496cf 100644 (file)
@@ -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 = bf518-0.0
 
 CFLAGS_lib += -O2
index c5d45c7db7f96787a1fa11501c0316cd83669644..36d8778e9aba3b1680473adb7e4786fde742d782 100644 (file)
@@ -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 = bf537-0.2
 
 CFLAGS_lib += -O2