mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
correct a syntax typo in at91_matrix.h
Signed-off-by: Asen Dimov <dimov@ronetix.at>
This commit is contained in:
parent
322ff395c9
commit
daa989b472
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ typedef struct at91_matrix {
|
||||||
u32 mrcr; /* 0x100 Master Remap Control */
|
u32 mrcr; /* 0x100 Master Remap Control */
|
||||||
u32 reserve4[3];
|
u32 reserve4[3];
|
||||||
#if defined(CONFIG_AT91SAM9G45)
|
#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 womr; /* 0x1E4 Write Protect Mode */
|
||||||
u32 wpsr; /* 0x1E8 Write Protect Status */
|
u32 wpsr; /* 0x1E8 Write Protect Status */
|
||||||
u32 resg45_1[10];
|
u32 resg45_1[10];
|
||||||
|
|
Loading…
Reference in a new issue