diff options
| author | Mike Williams <mike@mikebwilliams.com> | 2011-07-22 04:01:30 +0000 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-07-28 21:27:36 +0200 | 
| commit | 1626308797ac4184e73e56d275a1b8da11a62d5b (patch) | |
| tree | d12fd0d610303c3d2351d8ace314a643f20e0fc9 /arch/arm/cpu/arm920t/start.S | |
| parent | 2469c4b2dbdd601a4e44ecf9925b99bd2cd1b43f (diff) | |
| download | olio-uboot-2014.01-1626308797ac4184e73e56d275a1b8da11a62d5b.tar.xz olio-uboot-2014.01-1626308797ac4184e73e56d275a1b8da11a62d5b.zip | |
cleanup: Fix typos and misspellings in various files.
Recieve/Receive
recieve/receive
Interupt/Interrupt
interupt/interrupt
Addres/Address
addres/address
Signed-off-by: Mike Williams <mike@mikebwilliams.com>
Diffstat (limited to 'arch/arm/cpu/arm920t/start.S')
| -rw-r--r-- | arch/arm/cpu/arm920t/start.S | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/arch/arm/cpu/arm920t/start.S b/arch/arm/cpu/arm920t/start.S index 2a536674b..0090f894d 100644 --- a/arch/arm/cpu/arm920t/start.S +++ b/arch/arm/cpu/arm920t/start.S @@ -142,11 +142,11 @@ copyex:  # if defined(CONFIG_S3C2400)  #  define pWTCON	0x15300000 -#  define INTMSK	0x14400008	/* Interupt-Controller base addresses */ +#  define INTMSK	0x14400008	/* Interrupt-Controller base addresses */  #  define CLKDIVN	0x14800014	/* clock divisor register */  #else  #  define pWTCON	0x53000000 -#  define INTMSK	0x4A000008	/* Interupt-Controller base addresses */ +#  define INTMSK	0x4A000008	/* Interrupt-Controller base addresses */  #  define INTSUBMSK	0x4A00001C  #  define CLKDIVN	0x4C000014	/* clock divisor register */  # endif |