aboutsummaryrefslogtreecommitdiff
path: root/include/configs/socfpga_vining_fpga.h
diff options
context:
space:
mode:
authorAlexandru Gagniuc <alex.g@adaptrum.com>2017-07-07 11:36:58 -0700
committerJoe Hershberger <joe.hershberger@ni.com>2017-08-07 15:18:30 -0500
commitfb92bc88523004a62805d4428bb12ddb9be3efe4 (patch)
treef60b81bea60de3d989c61972f246978a067aaa55 /include/configs/socfpga_vining_fpga.h
parentd397f7c45b0b87a7e1083c57a320c559e7848268 (diff)
downloadu-boot-fb92bc88523004a62805d4428bb12ddb9be3efe4.zip
u-boot-fb92bc88523004a62805d4428bb12ddb9be3efe4.tar.gz
u-boot-fb92bc88523004a62805d4428bb12ddb9be3efe4.tar.bz2
configs: Replace deprecated Micrel defines with PHY_MICREL_KSZ90X1
These boards will now use the ksz90x1 driver instead of the mess in ksz8xxx. This change is needed before the two drivers can be fully separated. Signed-off-by: Alexandru Gagniuc <alex.g@adaptrum.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/configs/socfpga_vining_fpga.h')
-rw-r--r--include/configs/socfpga_vining_fpga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/socfpga_vining_fpga.h b/include/configs/socfpga_vining_fpga.h
index a86043f..a0ba50c 100644
--- a/include/configs/socfpga_vining_fpga.h
+++ b/include/configs/socfpga_vining_fpga.h
@@ -42,7 +42,7 @@
#define CONFIG_BOOTP_SEND_HOSTNAME
/* PHY */
#define CONFIG_PHY_MICREL
-#define CONFIG_PHY_MICREL_KSZ9021
+#define CONFIG_PHY_MICREL_KSZ90X1
#endif
/* Extra Environment */