Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHi Chethan,
You need to properly define the# defs in altera specific header files. In the Uboot check the below file: uboot-socfpga/include/configs/socfpga_common.h This heard file contains the# def for board specific PHY indication. # define CONFIG_PHY_MICREL_KSZ9021 So it assumes the board contains that specific PHY. Hope you have already figured this out. It might be useful for some one else who end up here :) Regards, Sunil