diff options
author | Wolfgang Denk <wd@denx.de> | 2012-01-13 20:11:25 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-01-13 20:11:25 +0100 |
commit | f563db33c1085bf7d616b98cac62337beb65b0a2 (patch) | |
tree | fedb727b35c0ce1b2404907c6b8c34ffb1dd811c /include/gdsys_fpga.h | |
parent | c0219cf08f53d914b4557ef658472b8799c3f9a7 (diff) | |
parent | c30186c60af24bc397b733910ca6fc39e74515f2 (diff) |
Merge branch 'master' of /home/wd/git/u-boot/custodians
* 'master' of /home/wd/git/u-boot/custodians:
board/mpl/pati: use the CFI driver for the PATI board
board/mpl/mip405: use the CFI driver for the MIP405/MIP405T board
board/mpl/pip405: use the CFI driver for the PIP405 board
board/mpl/common: remove the old legacy flash
ppc4xx: Setup HICB on Io64
Diffstat (limited to 'include/gdsys_fpga.h')
-rw-r--r-- | include/gdsys_fpga.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/gdsys_fpga.h b/include/gdsys_fpga.h index e7a072bbe8b..949864c0f28 100644 --- a/include/gdsys_fpga.h +++ b/include/gdsys_fpga.h @@ -82,7 +82,10 @@ typedef struct ihs_fpga { u16 reserved_1[502]; /* 0x0014 */ u16 ch0_status_int; /* 0x0400 */ u16 ch0_config_int; /* 0x0402 */ - u16 reserved_2[7677]; /* 0x0404 */ + u16 reserved_2[126]; /* 0x0404 */ + u16 ch0_hicb_status_int;/* 0x0500 */ + u16 ch0_hicb_config_int;/* 0x0502 */ + u16 reserved_3[7549]; /* 0x0504 */ u16 reflection_high; /* 0x3ffe */ } ihs_fpga_t; #endif |