diff options
author | Matthias Fuchs <matthias.fuchs@esd.eu> | 2013-08-07 13:22:10 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-08-20 11:35:20 -0400 |
commit | fb8f4fd3af6602320525894964ea5acd42fe51b8 (patch) | |
tree | 8849b2fa28d38db45e62d31839141a88176d6b6c /board/esd/canbt/canbt.h | |
parent | 63980c296aad0708f486d9229394b9000c874a90 (diff) | |
download | u-boot-imx-fb8f4fd3af6602320525894964ea5acd42fe51b8.zip u-boot-imx-fb8f4fd3af6602320525894964ea5acd42fe51b8.tar.gz u-boot-imx-fb8f4fd3af6602320525894964ea5acd42fe51b8.tar.bz2 |
ppc4xx: Remove CANBT board
This board and especially the CPU (PPC405CR) is EOL.
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Acked-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/esd/canbt/canbt.h')
-rw-r--r-- | board/esd/canbt/canbt.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/board/esd/canbt/canbt.h b/board/esd/canbt/canbt.h deleted file mode 100644 index 75e7950..0000000 --- a/board/esd/canbt/canbt.h +++ /dev/null @@ -1,28 +0,0 @@ -/* - * (C) Copyright 2000 - * 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 - * - *****************************************************************************/ |