]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/blackfin/config.mk
Blackfin: drop CONFIG_SYS_TEXT_BASE from boards
[karo-tx-uboot.git] / arch / blackfin / 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