diff options
author | Matthias Fuchs <matthias.fuchs@esd.eu> | 2015-01-12 22:47:20 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-13 09:37:23 -0500 |
commit | bc114076dcd18dd4c4301cf02238a07e0bb90c6c (patch) | |
tree | c39dc5ce2890d192d7a2a78980ece4e6d7b07444 /board/esd/du405/du405.h | |
parent | 9a4018e09a2f2845b509145959deb08e599e87d6 (diff) | |
download | u-boot-bc114076dcd18dd4c4301cf02238a07e0bb90c6c.tar.gz |
ppc4xx: remove DU405 board
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Diffstat (limited to 'board/esd/du405/du405.h')
-rw-r--r-- | board/esd/du405/du405.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/board/esd/du405/du405.h b/board/esd/du405/du405.h deleted file mode 100644 index 292f196304..0000000000 --- a/board/esd/du405/du405.h +++ /dev/null @@ -1,28 +0,0 @@ -/* - * (C) Copyright 2000, 2001 - * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * SPDX-License-Identifier: GPL-2.0+ - */ - -/**************************************************************************** - * FLASH Memory Map as used by TQ Monitor: - * - * Start Address Length - * +-----------------------+ 0x4000_0000 Start of Flash ----------------- - * | MON8xx code | 0x4000_0100 Reset Vector - * +-----------------------+ 0x400?_???? - * | (unused) | - * +-----------------------+ 0x4001_FF00 - * | Ethernet Addresses | 0x78 - * +-----------------------+ 0x4001_FF78 - * | (Reserved for MON8xx) | 0x44 - * +-----------------------+ 0x4001_FFBC - * | Lock Address | 0x04 - * +-----------------------+ 0x4001_FFC0 ^ - * | Hardware Information | 0x40 | MON8xx - * +=======================+ 0x4002_0000 (sector border) ----------------- - * | Autostart Header | | Applications - * | ... | v - * - *****************************************************************************/ |