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>
This commit is contained in:
parent
7d69dfd2a8
commit
fbb21ff047
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user