X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=board%2Fcm-bf548%2Fconfig.mk;h=beb983464955074a38bd35a8360c0f95f5b2f40f;hb=57dc53a72460e8e301fa1cc7951b41db8e731485;hp=bce60e5baa2b07b2ddc4157a25e19dcd039781c4;hpb=d6288664743cdd4824cb877ca424619c827c1256;p=people%2Fms%2Fu-boot.git diff --git a/board/cm-bf548/config.mk b/board/cm-bf548/config.mk index bce60e5baa..beb9834649 100644 --- a/board/cm-bf548/config.mk +++ b/board/cm-bf548/config.mk @@ -4,36 +4,11 @@ # (C) Copyright 2001 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # -# See file CREDITS for list of people who contributed to this -# project. +# SPDX-License-Identifier: GPL-2.0+ # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of -# the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307 USA -# - -# This is not actually used for Blackfin boards so do not change it -#TEXT_BASE = do-not-use-me - -CONFIG_BFIN_CPU = bf548-0.0 - -CFLAGS_lib += -O2 -CFLAGS_lib/lzma += -O2 # Set some default LDR flags based on boot mode. LDR_FLAGS-BFIN_BOOT_PARA := --dma 6 LDR_FLAGS-BFIN_BOOT_FIFO := --dma 1 LDR_FLAGS-BFIN_BOOT_SPI_MASTER := --dma 1 LDR_FLAGS-BFIN_BOOT_UART := --dma 1 -LDR_FLAGS += $(LDR_FLAGS-$(CONFIG_BFIN_BOOT_MODE))