]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/bf527-ezkit/config.mk
Blackfin: enable -O2 in lib_generic/ for ADI/Bluetechnix boards
[karo-tx-uboot.git] / board / bf527-ezkit / config.mk
index eaa09ff79589447c10001fc6188e42a035f17d92..f85bef5e2a73d6e9bf582a0e5933d7413b48d35f 100644 (file)
@@ -26,5 +26,8 @@
 # This is not actually used for Blackfin boards so do not change it
 #TEXT_BASE = do-not-use-me
 
+CFLAGS_lib_generic += -O2
+CFLAGS_lzma += -O2
+
 # Set some default LDR flags based on boot mode.
 LDR_FLAGS += $(LDR_FLAGS-$(CONFIG_BFIN_BOOT_MODE))