diff options
author | Peter Meerwald <pmeerw@pmeerw.net> | 2010-09-20 14:08:57 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-10-02 16:00:39 -0400 |
commit | 063993299f65146b31bdf82e3628b0c4b0d3bd20 (patch) | |
tree | f116aa020cc5a85f62671be1abe813fa318f5f14 /board/bct-brettl2/config.mk | |
parent | 56f0c57b4be8da1e0bbfb52e8aa0fa93f8f8a4e9 (diff) | |
download | u-boot-imx-063993299f65146b31bdf82e3628b0c4b0d3bd20.zip u-boot-imx-063993299f65146b31bdf82e3628b0c4b0d3bd20.tar.gz u-boot-imx-063993299f65146b31bdf82e3628b0c4b0d3bd20.tar.bz2 |
Blackfin: bct-brettl2: new board port
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/bct-brettl2/config.mk')
-rw-r--r-- | board/bct-brettl2/config.mk | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/board/bct-brettl2/config.mk b/board/bct-brettl2/config.mk new file mode 100644 index 0000000..dfd9456 --- /dev/null +++ b/board/bct-brettl2/config.mk @@ -0,0 +1,35 @@ +# +# Copyright (c) 2005-2008 Analog Device Inc. +# +# (C) Copyright 2001 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# See file CREDITS for list of people who contributed to this +# project. +# +# 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 = bf536-0.3 + +CFLAGS_lib += -O2 +CFLAGS_lib/lzma += -O2 + +# Set some default LDR flags based on boot mode. +LDR_FLAGS += $(LDR_FLAGS-$(CONFIG_BFIN_BOOT_MODE)) |