X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fioports.h;h=1cd3ceb37a54c080b6f960c522d56ffcd269c987;hb=5c9c9bc9571f23d4c8bab18fc50fc1238da0c6c1;hp=1134ea52081c9e55851330e2fd50e92452c817b3;hpb=aafeefbdb8b029f5ca2a195598d0a501a606eea9;p=oweals%2Fu-boot.git 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 ) + * 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 + * 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