diff options
author | Alexandru Gagniuc <alex.g@adaptrum.com> | 2017-07-07 18:36:58 (GMT) |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2017-08-07 20:18:30 (GMT) |
commit | fb92bc88523004a62805d4428bb12ddb9be3efe4 (patch) | |
tree | f60b81bea60de3d989c61972f246978a067aaa55 /include/configs/apalis_imx6.h | |
parent | d397f7c45b0b87a7e1083c57a320c559e7848268 (diff) | |
download | u-boot-fsl-qoriq-fb92bc88523004a62805d4428bb12ddb9be3efe4.tar.xz |
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/apalis_imx6.h')
-rw-r--r-- | include/configs/apalis_imx6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h index 4a12ac8..bde69c1 100644 --- a/include/configs/apalis_imx6.h +++ b/include/configs/apalis_imx6.h @@ -88,7 +88,7 @@ #define CONFIG_FEC_MXC_PHYADDR 6 #define CONFIG_PHYLIB #define CONFIG_PHY_MICREL -#define CONFIG_PHY_MICREL_KSZ9031 +#define CONFIG_PHY_MICREL_KSZ90X1 #define CONFIG_IP_DEFRAG #define CONFIG_TFTP_BLOCKSIZE 4096 #define CONFIG_TFTP_TSIZE |