mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-15 06:55:17 -04:00
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…
x
Reference in New Issue
Block a user