diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 16:01:42 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 16:01:42 +0200 |
commit | 6ed6ce62bec68d491efde5a7b36a4366b586baa8 (patch) | |
tree | 933b30b65812c2a88d151b836f7b2d521aabbcdb /include/ppc440.h | |
parent | 70a2047ff6f0391dddd5f23a715bb610210b1462 (diff) | |
download | u-boot-imx-6ed6ce62bec68d491efde5a7b36a4366b586baa8.zip u-boot-imx-6ed6ce62bec68d491efde5a7b36a4366b586baa8.tar.gz u-boot-imx-6ed6ce62bec68d491efde5a7b36a4366b586baa8.tar.bz2 |
Fix typos in include/ppc440.h
Patch by Andrew E Mileski, 04 Feb 2005
Diffstat (limited to 'include/ppc440.h')
-rw-r--r-- | include/ppc440.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ppc440.h b/include/ppc440.h index a5024e6..c66e059 100644 --- a/include/ppc440.h +++ b/include/ppc440.h @@ -214,7 +214,7 @@ #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 */ @@ -239,7 +239,7 @@ #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) |