diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-09-20 18:17:39 (GMT) |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-09-21 22:22:14 (GMT) |
commit | 3d7c8cf5ecc880be03385ae839913dc060af21a0 (patch) | |
tree | 83b1cca50dade22964cd701b3f666f04eeb4a832 /board/ip04 | |
parent | 800eb09641ae67c707b65acff112684a954b7f44 (diff) | |
download | u-boot-3d7c8cf5ecc880be03385ae839913dc060af21a0.tar.xz |
Blackfin: update some missed board config.mk files
Seems these two files were missed during the big lib shuffle.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/ip04')
-rw-r--r-- | board/ip04/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/ip04/config.mk b/board/ip04/config.mk index bc14257..5766829 100644 --- a/board/ip04/config.mk +++ b/board/ip04/config.mk @@ -26,8 +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 +CFLAGS_lib += -O2 +CFLAGS_lib/lzma += -O2 # Set some default LDR flags based on boot mode. LDR_FLAGS-BFIN_BOOT_PARA := --bits 16 --dma 8 |