]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Fix typos in include/ppc440.h
authorWolfgang Denk <wd@pollux.(none)>
Sun, 25 Sep 2005 14:01:42 +0000 (16:01 +0200)
committerWolfgang Denk <wd@pollux.(none)>
Sun, 25 Sep 2005 14:01:42 +0000 (16:01 +0200)
Patch by Andrew E Mileski, 04 Feb 2005

CHANGELOG
include/ppc440.h

index 93cf9dc1e23b9fb0d5804b4ea95e8e8fd4a4d880..cef4f8c24ff5934ed863cb87736243e283ee15c9 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
 Changes for U-Boot 1.1.4:
 ======================================================================
 
+* Fix typos in include/ppc440.h
+  Patch by Andrew E Mileski, 04 Feb 2005
+
 * Add Vibren (was Accelent) PXA255 IDP Support
   Patch by Cliff Brake, 04 Feb 2005
 
index a5024e679bf9ce72cc0c50cc88465189472987ca..c66e059e340b583476397f379c6e6e26997a7945 100644 (file)
 #define mem_eccesr     0x0098  /* ECC error status                         */
 
 /*-----------------------------------------------------------------------------
- | Extrnal Bus Controller
+ | External Bus Controller
  +----------------------------------------------------------------------------*/
 #define EBC_DCR_BASE 0x12
 #define ebccfga (EBC_DCR_BASE+0x0)   /* External bus controller addr reg     */
 #define pbear          0x20    /* periph bus error addr reg            */
 #define pbesr          0x21    /* periph bus error status reg          */
 #define xbcfg          0x23    /* external bus configuration reg       */
-#define xbcid          0x23    /* external bus core id reg             */
+#define xbcid          0x24    /* external bus core id reg             */
 
 #if defined(CONFIG_440EP) || defined(CONFIG_440GR)