mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-05 14:21:37 +00:00
powerpc/ppc4xx: Fix typo in gdsys_fpga.h
Signed-off-by: Dirk Eibach <eibach@gdsys.de> Cc: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
996d88d810
commit
530846b3c7
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ typedef struct ihs_fpga {
|
||||||
u16 reserved_2[93]; /* 0x0044 */
|
u16 reserved_2[93]; /* 0x0044 */
|
||||||
u16 reflection_high; /* 0x00fe */
|
u16 reflection_high; /* 0x00fe */
|
||||||
ihs_osd_t osd; /* 0x0100 */
|
ihs_osd_t osd; /* 0x0100 */
|
||||||
u16 reserved_3[88]; /* 0x010e */
|
u16 reserved_3[889]; /* 0x010e */
|
||||||
u16 videomem; /* 0x0800 */
|
u16 videomem; /* 0x0800 */
|
||||||
} ihs_fpga_t;
|
} ihs_fpga_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue