diff options
author | Asen Dimov <dimov@ronetix.at> | 2010-03-18 13:41:47 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-03-21 22:22:53 +0100 |
commit | daa989b47297c9f73426783599c286ef3a1f3f49 (patch) | |
tree | 0600968660ca77c49681ae67f0007c3640b21c6a /include/asm-arm/arch-at91/at91_matrix.h | |
parent | 322ff395c9aec7b87a2211fe4333fdf44377c564 (diff) | |
download | u-boot-imx-daa989b47297c9f73426783599c286ef3a1f3f49.zip u-boot-imx-daa989b47297c9f73426783599c286ef3a1f3f49.tar.gz u-boot-imx-daa989b47297c9f73426783599c286ef3a1f3f49.tar.bz2 |
correct a syntax typo in at91_matrix.h
Signed-off-by: Asen Dimov <dimov@ronetix.at>
Diffstat (limited to 'include/asm-arm/arch-at91/at91_matrix.h')
-rw-r--r-- | include/asm-arm/arch-at91/at91_matrix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-at91/at91_matrix.h b/include/asm-arm/arch-at91/at91_matrix.h index 9b3c110..981ec20 100644 --- a/include/asm-arm/arch-at91/at91_matrix.h +++ b/include/asm-arm/arch-at91/at91_matrix.h @@ -80,7 +80,7 @@ typedef struct at91_matrix { u32 mrcr; /* 0x100 Master Remap Control */ u32 reserve4[3]; #if defined(CONFIG_AT91SAM9G45) - u32 ccr[52] /* 0x110 - 0x1E0 Chip Configuration */ + u32 ccr[52]; /* 0x110 - 0x1E0 Chip Configuration */ u32 womr; /* 0x1E4 Write Protect Mode */ u32 wpsr; /* 0x1E8 Write Protect Status */ u32 resg45_1[10]; |