summaryrefslogtreecommitdiff
path: root/include/ioports.h
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2017-07-13 16:10:10 +0300
committerTom Rini <trini@konsulko.com>2017-07-23 16:24:47 +0300
commit72281c5c468a6d18c4433c4cf0bc20b5749f74f1 (patch)
treeeb9ca3e95b6955e0334aded4b773785e55e46d21 /include/ioports.h
parent08dd988be54cb6c6da676aee334c2304e77d9728 (diff)
downloadu-boot-72281c5c468a6d18c4433c4cf0bc20b5749f74f1.tar.xz
powerpc: Remove 8260 remainders
commit 2eb48ff7a210d ("powerpc, 8260: remove support for mpc8260") removed support for 8260 CPU. This patch remove some remainders. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Diffstat (limited to 'include/ioports.h')
-rw-r--r--include/ioports.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/ioports.h b/include/ioports.h
index 1134ea5208..1cd3ceb37a 100644
--- a/include/ioports.h
+++ b/include/ioports.h
@@ -1,14 +1,12 @@
/*
- * definitions for MPC8260 I/O Ports
- *
- * (in addition to those provided in <asm/immap_8260.h>)
+ * definitions for MPC8xxx I/O Ports
*
* Murray.Jensen@cmst.csiro.au, 20-Oct-00
*/
/*
* this structure mirrors the layout of the five port registers in
- * the internal memory map - see iop8260_t in <asm/immap_8260.h>
+ * the internal memory map
*/
typedef struct {
unsigned int pdir; /* Port Data Direction Register (35-3) */
@@ -46,7 +44,6 @@ typedef struct {
/*
* a table that contains configuration information for all 32 pins
- * of all four MPC8260 I/O ports.
*
* NOTE: in the second dimension of this table, index 0 refers to pin 31
* and index 31 refers to pin 0. this made the code in the table look more