]> git.sur5r.net Git - u-boot/blobdiff - blackfin_config.mk
[new uImage] Disable debuging output in preparation for merge with master
[u-boot] / blackfin_config.mk
index e2747aafe97411356fcfc8ed13b99b4f29cc6ca8..a7513ea4dcf81c482b62050219a0e6fa4da443c8 100644 (file)
 # MA 02111-1307 USA
 #
 
-PLATFORM_CPPFLAGS += -DCONFIG_BLACKFIN -D__blackfin__
+PLATFORM_RELFLAGS += -ffixed-P5
+PLATFORM_CPPFLAGS += -DCONFIG_BLACKFIN
+
+SYM_PREFIX = _
+
+LDR_FLAGS += --use-vmas
+ifeq (,$(findstring s,$(MAKEFLAGS)))
+LDR_FLAGS += --quiet
+endif