]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mpc83xx: Fix the typo in mpc83xx.h
authorDave Liu <r63238@freescale.com>
Thu, 10 Jan 2008 15:05:00 +0000 (23:05 +0800)
committerKim Phillips <kim.phillips@freescale.com>
Fri, 11 Jan 2008 03:20:30 +0000 (21:20 -0600)
The SPCR about TSEC priority is wrong.

Signed-off-by: Michael Barkowski <Michael.Barkowski@freescale.com>
Signed-off-by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
Signed-off-by: Dave Liu <daveliu@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
include/mpc83xx.h

index dba1aea4fa98ffd70c160d7857a953a25212edaa..119f8b1cb74121c7a87df7bac9c8a65f6f407473 100644 (file)
 /* SPCR bits - MPC831x and MPC837x specific */
 #define SPCR_TSECDP                    0x00003000      /* TSEC data priority */
 #define SPCR_TSECDP_SHIFT              (31-19)
-#define SPCR_TSECEP                    0x00000C00      /* TSEC emergency priority */
-#define SPCR_TSECEP_SHIFT              (31-21)
-#define SPCR_TSECBDP                   0x00000300      /* TSEC buffer descriptor priority */
-#define SPCR_TSECBDP_SHIFT             (31-23)
+#define SPCR_TSECBDP                   0x00000C00      /* TSEC buffer descriptor priority */
+#define SPCR_TSECBDP_SHIFT             (31-21)
+#define SPCR_TSECEP                    0x00000300      /* TSEC emergency priority */
+#define SPCR_TSECEP_SHIFT              (31-23)
 #endif
 
 /* SICRL/H - System I/O Configuration Register Low/High