]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - blackfin_config.mk
Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
[karo-tx-uboot.git] / blackfin_config.mk
index df324b7efa9a76d384dbaed26852d93b05dba7a1..a7513ea4dcf81c482b62050219a0e6fa4da443c8 100644 (file)
 # MA 02111-1307 USA
 #
 
+PLATFORM_RELFLAGS += -ffixed-P5
 PLATFORM_CPPFLAGS += -DCONFIG_BLACKFIN
+
+SYM_PREFIX = _
+
+LDR_FLAGS += --use-vmas
+ifeq (,$(findstring s,$(MAKEFLAGS)))
+LDR_FLAGS += --quiet
+endif