diff options
author | Baruch Siach <baruch@tkos.co.il> | 2019-01-02 18:26:42 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2019-01-21 11:39:50 +0100 |
commit | 0e62072968a2089529262dc6e37417b7a3c5ff03 (patch) | |
tree | 084403db5f52a4294e4db34be3e022761e8f006f /board/kobol | |
parent | 357766365d561b1dd36a073a757cca6e495f8bfd (diff) | |
download | u-boot-0e62072968a2089529262dc6e37417b7a3c5ff03.tar.gz u-boot-0e62072968a2089529262dc6e37417b7a3c5ff03.tar.bz2 u-boot-0e62072968a2089529262dc6e37417b7a3c5ff03.zip |
board: mvebu: drop unused ETH_PHY macro definitions
These macros are not used anywhere in the boards code.
Cc: Chris Packham <chris.packham@alliedtelesis.co.nz>
Cc: Dirk Eibach <dirk.eibach@gdsys.cc>
Cc: Mario Six <mario.six@gdsys.cc>
Cc: Dennis Gilmore <dgilmore@redhat.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/kobol')
-rw-r--r-- | board/kobol/helios4/helios4.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/board/kobol/helios4/helios4.c b/board/kobol/helios4/helios4.c index 8c0864bcdd..3c3592ecf5 100644 --- a/board/kobol/helios4/helios4.c +++ b/board/kobol/helios4/helios4.c @@ -17,10 +17,6 @@ DECLARE_GLOBAL_DATA_PTR; -#define ETH_PHY_CTRL_REG 0 -#define ETH_PHY_CTRL_POWER_DOWN_BIT 11 -#define ETH_PHY_CTRL_POWER_DOWN_MASK BIT(ETH_PHY_CTRL_POWER_DOWN_BIT) - /* * Those values and defines are taken from the Marvell U-Boot version * "u-boot-2013.01-15t1-helios4" as well as the upstream config for clearfog |