diff options
author | Wolfgang Denk <wd@denx.de> | 2011-08-26 02:25:34 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-09-04 11:36:13 +0200 |
commit | 5dcf53696fe1eff3daa1884fd154a27f652de25c (patch) | |
tree | 29877535e8e02729d313641502c4f321cb36af70 /board/dave/B2/config.mk | |
parent | be288570727fe37543a74b8c5469bbbb01a3d980 (diff) | |
download | u-boot-imx-5dcf53696fe1eff3daa1884fd154a27f652de25c.zip u-boot-imx-5dcf53696fe1eff3daa1884fd154a27f652de25c.tar.gz u-boot-imx-5dcf53696fe1eff3daa1884fd154a27f652de25c.tar.bz2 |
ARM: remove broken "B2" board
Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Andrea Scian <andrea.scian@dave-tech.it>
Diffstat (limited to 'board/dave/B2/config.mk')
-rw-r--r-- | board/dave/B2/config.mk | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/board/dave/B2/config.mk b/board/dave/B2/config.mk deleted file mode 100644 index f7b686a..0000000 --- a/board/dave/B2/config.mk +++ /dev/null @@ -1,30 +0,0 @@ -# -# (C) Copyright 2000 -# Sysgo Real-Time Solutions, GmbH <www.elinos.com> -# Marius Groeger <mgroeger@sysgo.de> -# -# (C) Copyright 2000-2004 -# 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 -# - -CONFIG_SYS_TEXT_BASE = 0x0C100000 - -PLATFORM_CPPFLAGS += -Uarm |