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>
This commit is contained in:
parent
800eb09641
commit
3d7c8cf5ec
|
@ -26,8 +26,8 @@
|
||||||
# This is not actually used for Blackfin boards so do not change it
|
# This is not actually used for Blackfin boards so do not change it
|
||||||
#TEXT_BASE = do-not-use-me
|
#TEXT_BASE = do-not-use-me
|
||||||
|
|
||||||
CFLAGS_lib_generic += -O2
|
CFLAGS_lib += -O2
|
||||||
CFLAGS_lzma += -O2
|
CFLAGS_lib/lzma += -O2
|
||||||
|
|
||||||
# Set some default LDR flags based on boot mode.
|
# Set some default LDR flags based on boot mode.
|
||||||
LDR_FLAGS += $(LDR_FLAGS-$(CONFIG_BFIN_BOOT_MODE))
|
LDR_FLAGS += $(LDR_FLAGS-$(CONFIG_BFIN_BOOT_MODE))
|
||||||
|
|
|
@ -26,8 +26,8 @@
|
||||||
# This is not actually used for Blackfin boards so do not change it
|
# This is not actually used for Blackfin boards so do not change it
|
||||||
#TEXT_BASE = do-not-use-me
|
#TEXT_BASE = do-not-use-me
|
||||||
|
|
||||||
CFLAGS_lib_generic += -O2
|
CFLAGS_lib += -O2
|
||||||
CFLAGS_lzma += -O2
|
CFLAGS_lib/lzma += -O2
|
||||||
|
|
||||||
# Set some default LDR flags based on boot mode.
|
# Set some default LDR flags based on boot mode.
|
||||||
LDR_FLAGS-BFIN_BOOT_PARA := --bits 16 --dma 8
|
LDR_FLAGS-BFIN_BOOT_PARA := --bits 16 --dma 8
|
||||||
|
|
Loading…
Reference in New Issue