summaryrefslogtreecommitdiff
path: root/board/gdsys/405ep/neo.c
diff options
context:
space:
mode:
authorDirk Eibach <eibach@gdsys.de>2012-04-27 08:33:46 (GMT)
committerStefan Roese <sr@denx.de>2012-04-30 13:01:29 (GMT)
commit0e60aa85c82863f34cb13145caa1d0c5255b977b (patch)
tree6754e504220e6ae94ab39058021815028bc4c783 /board/gdsys/405ep/neo.c
parent530846b3c7099ffa40b71a7985256ed03dd61ea7 (diff)
downloadu-boot-fsl-qoriq-0e60aa85c82863f34cb13145caa1d0c5255b977b.tar.xz
powerpc/ppc4xx: Remove typedefs for gdsys FPGA
Signed-off-by: Dirk Eibach <eibach@gdsys.de> Cc: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/gdsys/405ep/neo.c')
-rw-r--r--board/gdsys/405ep/neo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gdsys/405ep/neo.c b/board/gdsys/405ep/neo.c
index f38edd2..d336e55 100644
--- a/board/gdsys/405ep/neo.c
+++ b/board/gdsys/405ep/neo.c
@@ -70,7 +70,7 @@ int checkboard(void)
static void print_fpga_info(void)
{
- ihs_fpga_t *fpga = (ihs_fpga_t *) CONFIG_SYS_FPGA_BASE(0);
+ struct ihs_fpga *fpga = (struct ihs_fpga *) CONFIG_SYS_FPGA_BASE(0);
u16 versions = in_le16(&fpga->versions);
u16 fpga_version = in_le16(&fpga->fpga_version);
u16 fpga_features = in_le16(&fpga->fpga_features);