diff options
Diffstat (limited to 'board/gdsys/common/ihs_mdio.h')
-rw-r--r-- | board/gdsys/common/ihs_mdio.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/gdsys/common/ihs_mdio.h b/board/gdsys/common/ihs_mdio.h index cddc335c10..d0a4b0d7a8 100644 --- a/board/gdsys/common/ihs_mdio.h +++ b/board/gdsys/common/ihs_mdio.h @@ -8,7 +8,12 @@ #define _IHS_MDIO_H_ struct ihs_mdio_info { +#ifdef CONFIG_GDSYS_LEGACY_DRIVERS u32 fpga; +#else + struct udevice *fpga; + int base; +#endif char *name; }; |