]> git.sur5r.net Git - u-boot/blobdiff - board/ip04/config.mk
spear: fix build errors for spear3xx/spear600 platforms
[u-boot] / board / ip04 / config.mk
index 683101b8279ea47636614866d28cd43d46f08e36..0adae7343b5abe1820f1492f2a88b0902e359ec8 100644 (file)
 # MA 02111-1307 USA
 #
 
-# This is not actually used for Blackfin boards so do not change it
-#TEXT_BASE = do-not-use-me
-
-CONFIG_BFIN_CPU = bf532-0.5
-
 CFLAGS_lib += -O2
 CFLAGS_lib/lzma += -O2
+CFLAGS_lib/zlib += -O2
 
 # Set some default LDR flags based on boot mode.
 LDR_FLAGS-BFIN_BOOT_PARA := --bits 16 --dma 8
 LDR_FLAGS-BFIN_BOOT_UART := --port g --gpio 6
-LDR_FLAGS += $(LDR_FLAGS-$(CONFIG_BFIN_BOOT_MODE))