Skip to content
Snippets Groups Projects
Commit fbb21ff0 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

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: default avatarMike Frysinger <vapier@gentoo.org>
parent 7d69dfd2
No related branches found
No related tags found
No related merge requests found
Showing
with 4 additions and 57 deletions
...@@ -70,3 +70,7 @@ LDR_FLAGS += $(LDR_FLAGS-y) ...@@ -70,3 +70,7 @@ LDR_FLAGS += $(LDR_FLAGS-y)
ifeq ($(wildcard $(TOPDIR)/board/$(BOARD)/u-boot.lds*),) ifeq ($(wildcard $(TOPDIR)/board/$(BOARD)/u-boot.lds*),)
LDSCRIPT = $(obj)arch/$(ARCH)/lib/u-boot.lds.S LDSCRIPT = $(obj)arch/$(ARCH)/lib/u-boot.lds.S
endif endif
ifneq ($(CONFIG_SYS_TEXT_BASE),)
$(error do not set CONFIG_SYS_TEXT_BASE for Blackfin boards)
endif
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
# MA 02111-1307 USA # 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 CONFIG_BFIN_CPU = bf536-0.3
CFLAGS_lib += -O2 CFLAGS_lib += -O2
......
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
# MA 02111-1307 USA # 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 CONFIG_BFIN_CPU = bf518-0.0
CFLAGS_lib += -O2 CFLAGS_lib += -O2
......
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
# MA 02111-1307 USA # 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 CONFIG_BFIN_CPU = bf526-0.0
CFLAGS_lib += -O2 CFLAGS_lib += -O2
......
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
# MA 02111-1307 USA # 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 CONFIG_BFIN_CPU = bf527-0.2
CFLAGS_lib += -O2 CFLAGS_lib += -O2
......
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
# MA 02111-1307 USA # 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 CONFIG_BFIN_CPU = bf527-0.0
CFLAGS_lib += -O2 CFLAGS_lib += -O2
......
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
# MA 02111-1307 USA # 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 CONFIG_BFIN_CPU = bf527-0.2
CFLAGS_lib_generic += -O2 CFLAGS_lib_generic += -O2
......
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
# MA 02111-1307 USA # 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 CONFIG_BFIN_CPU = bf533-0.3
CFLAGS_lib += -O2 CFLAGS_lib += -O2
......
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
# MA 02111-1307 USA # 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 CONFIG_BFIN_CPU = bf533-0.3
CFLAGS_lib += -O2 CFLAGS_lib += -O2
......
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
# MA 02111-1307 USA # 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 CONFIG_BFIN_CPU = bf537-0.2
# Set some default LDR flags based on boot mode. # Set some default LDR flags based on boot mode.
......
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
# MA 02111-1307 USA # 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 CONFIG_BFIN_CPU = bf537-0.2
# Set some default LDR flags based on boot mode. # Set some default LDR flags based on boot mode.
......
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
# MA 02111-1307 USA # 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 CONFIG_BFIN_CPU = bf537-0.2
# Set some default LDR flags based on boot mode. # Set some default LDR flags based on boot mode.
......
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
# MA 02111-1307 USA # 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 CONFIG_BFIN_CPU = bf537-0.2
CFLAGS_lib += -O2 CFLAGS_lib += -O2
......
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
# MA 02111-1307 USA # 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 CONFIG_BFIN_CPU = bf538-0.4
CFLAGS_lib += -O2 CFLAGS_lib += -O2
......
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
# MA 02111-1307 USA # 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 CONFIG_BFIN_CPU = bf548-0.0
CFLAGS_lib += -O2 CFLAGS_lib += -O2
......
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
# MA 02111-1307 USA # 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 CONFIG_BFIN_CPU = bf561-0.5
CFLAGS_lib += -O2 CFLAGS_lib += -O2
......
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
# MA 02111-1307 USA # 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 CONFIG_BFIN_CPU = bf561-0.3
CFLAGS_lib += -O2 CFLAGS_lib += -O2
......
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
# MA 02111-1307 USA # 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 CONFIG_BFIN_CPU = bf532-0.5
# Set some default LDR flags based on boot mode. # Set some default LDR flags based on boot mode.
......
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
# MA 02111-1307 USA # 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 CONFIG_BFIN_CPU = bf561-0.5
# Set some default LDR flags based on boot mode. # Set some default LDR flags based on boot mode.
......
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
# MA 02111-1307 USA # 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 CONFIG_BFIN_CPU = bf527-0.0
CFLAGS_lib += -O2 CFLAGS_lib += -O2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment