summaryrefslogtreecommitdiff
path: root/board/adderII/adderII.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-07-09 22:51:01 +0000
committerwdenk <wdenk>2004-07-09 22:51:01 +0000
commit262381329b87511ed862cde139a3a1ff49e9d7eb (patch)
tree151ad67387361c92cf4fd64c6b4779d7c00d43a7 /board/adderII/adderII.h
parentede130229ca069afbb38ce396a912c2b2f1d8263 (diff)
downloadu-boot-imx-262381329b87511ed862cde139a3a1ff49e9d7eb.zip
u-boot-imx-262381329b87511ed862cde139a3a1ff49e9d7eb.tar.gz
u-boot-imx-262381329b87511ed862cde139a3a1ff49e9d7eb.tar.bz2
* Patch by Yuli Barcohen, 16 Jun 2004:
Remove obsolete AdderII port which was superseded by unified AdderII/Adder87x port * Patch by Ladislav Michl, 16 Jun 2004: Fix gcc-3.3.3 warnings for smc91111.c
Diffstat (limited to 'board/adderII/adderII.h')
-rw-r--r--board/adderII/adderII.h43
1 files changed, 0 insertions, 43 deletions
diff --git a/board/adderII/adderII.h b/board/adderII/adderII.h
deleted file mode 100644
index cf2e673..0000000
--- a/board/adderII/adderII.h
+++ /dev/null
@@ -1,43 +0,0 @@
-/*
- * (C) Copyright 2000
- * 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
- */
-
-/****************************************************************************
- * FLASH Memory Map as used by FADS Monitor:
- *
- * Start Address Length
- * +-----------------------+ 0xFE00_0000 Start of Flash -----------------
- * | MON8xx code | 0xFE00_0100 Reset Vector
- * +-----------------------+ 0xFE0?_????
- * | (unused) |
- * +-----------------------+
- * | |
- * +-----------------------+
- * | |
- * +-----------------------+
- * | |
- * +-----------------------+
- * | |
- * +=======================+
- * | |
- * | ... |
- *****************************************************************************/