diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-05-16 14:25:42 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-06-03 13:26:45 -0400 |
commit | acf04b3059ec89b0b1132d8bf8cc28be18325b00 (patch) | |
tree | 8131d55f70d88bc9e17c53a8feac10be672598ff /board/tcm-bf537 | |
parent | 1b48f126d640d1262d53553bbc68a689b87564eb (diff) | |
download | u-boot-acf04b3059ec89b0b1132d8bf8cc28be18325b00.tar.gz |
Blackfin: boards: build zlib dir with -O2
Now that the zlib code has been relocated to a dedicated subdir, make
sure we still build it with -O2 for boards that want speed over size.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/tcm-bf537')
-rw-r--r-- | board/tcm-bf537/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/tcm-bf537/config.mk b/board/tcm-bf537/config.mk index c0cb9ffc41..7d1fc447dc 100644 --- a/board/tcm-bf537/config.mk +++ b/board/tcm-bf537/config.mk @@ -25,6 +25,7 @@ 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 |