diff options
Diffstat (limited to 'board/bf537-srv1/config.mk')
-rw-r--r-- | board/bf537-srv1/config.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/bf537-srv1/config.mk b/board/bf537-srv1/config.mk index feafcef..d830843 100644 --- a/board/bf537-srv1/config.mk +++ b/board/bf537-srv1/config.mk @@ -26,8 +26,6 @@ # This is not actually used for Blackfin boards so do not change it #TEXT_BASE = do-not-use-me -LDSCRIPT = $(obj)board/$(BOARDDIR)/u-boot.lds - # Set some default LDR flags based on boot mode. LDR_FLAGS-BFIN_BOOT_UART := --port g --gpio 6 LDR_FLAGS += $(LDR_FLAGS-$(CONFIG_BFIN_BOOT_MODE)) |