diff options
author | Alexandru Gagniuc <alex.g@adaptrum.com> | 2017-07-07 11:36:58 -0700 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2017-08-07 15:18:30 -0500 |
commit | fb92bc88523004a62805d4428bb12ddb9be3efe4 (patch) | |
tree | f60b81bea60de3d989c61972f246978a067aaa55 /include/configs/UCP1020.h | |
parent | d397f7c45b0b87a7e1083c57a320c559e7848268 (diff) |
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/UCP1020.h')
-rw-r--r-- | include/configs/UCP1020.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/configs/UCP1020.h b/include/configs/UCP1020.h index 6fd3fa4712..5e80c136f0 100644 --- a/include/configs/UCP1020.h +++ b/include/configs/UCP1020.h @@ -479,10 +479,8 @@ #if defined(CONFIG_TSEC_ENET) -#if defined(CONFIG_UCP1020_REV_1_2) -#define CONFIG_PHY_MICREL_KSZ9021 -#elif defined(CONFIG_UCP1020_REV_1_3) -#define CONFIG_PHY_MICREL_KSZ9031 +#if defined(CONFIG_UCP1020_REV_1_2) || defined(CONFIG_UCP1020_REV_1_3) +#define CONFIG_PHY_MICREL_KSZ90X1 #else #error "UCP1020 module revision is not defined !!!" #endif |