diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2010-09-20 14:17:39 -0400 |
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2010-09-21 18:22:14 -0400 |
| commit | 3d7c8cf5ecc880be03385ae839913dc060af21a0 (patch) | |
| tree | 83b1cca50dade22964cd701b3f666f04eeb4a832 /board/ip04 | |
| parent | 800eb09641ae67c707b65acff112684a954b7f44 (diff) | |
| download | olio-uboot-2014.01-3d7c8cf5ecc880be03385ae839913dc060af21a0.tar.xz olio-uboot-2014.01-3d7c8cf5ecc880be03385ae839913dc060af21a0.zip | |
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 bc1425748..576682911 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 |