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
Branches
Tags
No related merge requests found
...@@ -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
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
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.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 = 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 = bf532-0.5 CONFIG_BFIN_CPU = bf532-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 = 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 = bf537-0.2 CONFIG_BFIN_CPU = bf537-0.2
CFLAGS_lib += -O2 CFLAGS_lib += -O2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment