Re: [U-Boot] [PATCH] board: mvebu: drop unused ETH_PHY macro definitions

2019-01-21 Thread Stefan Roese

On 02.01.19 17:26, Baruch Siach wrote:

These macros are not used anywhere in the boards code.

Cc: Chris Packham 
Cc: Dirk Eibach 
Cc: Mario Six 
Cc: Dennis Gilmore 
Signed-off-by: Baruch Siach 
---
  board/Marvell/db-88f6820-amc/db-88f6820-amc.c | 4 
  board/Marvell/db-88f6820-gp/db-88f6820-gp.c   | 4 
  board/gdsys/a38x/controlcenterdc.c| 4 
  board/kobol/helios4/helios4.c | 4 
  board/solidrun/clearfog/clearfog.c| 4 
  5 files changed, 20 deletions(-)


Applied to u-boot-marvell/master

Thanks,
Stefan
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH] board: mvebu: drop unused ETH_PHY macro definitions

2019-01-03 Thread Stefan Roese

On 02.01.19 17:26, Baruch Siach wrote:

These macros are not used anywhere in the boards code.

Cc: Chris Packham 
Cc: Dirk Eibach 
Cc: Mario Six 
Cc: Dennis Gilmore 
Signed-off-by: Baruch Siach 
---
  board/Marvell/db-88f6820-amc/db-88f6820-amc.c | 4 
  board/Marvell/db-88f6820-gp/db-88f6820-gp.c   | 4 
  board/gdsys/a38x/controlcenterdc.c| 4 
  board/kobol/helios4/helios4.c | 4 
  board/solidrun/clearfog/clearfog.c| 4 
  5 files changed, 20 deletions(-)


Reviewed-by: Stefan Roese 

Thanks,
Stefan
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH] board: mvebu: drop unused ETH_PHY macro definitions

2019-01-02 Thread Baruch Siach
These macros are not used anywhere in the boards code.

Cc: Chris Packham 
Cc: Dirk Eibach 
Cc: Mario Six 
Cc: Dennis Gilmore 
Signed-off-by: Baruch Siach 
---
 board/Marvell/db-88f6820-amc/db-88f6820-amc.c | 4 
 board/Marvell/db-88f6820-gp/db-88f6820-gp.c   | 4 
 board/gdsys/a38x/controlcenterdc.c| 4 
 board/kobol/helios4/helios4.c | 4 
 board/solidrun/clearfog/clearfog.c| 4 
 5 files changed, 20 deletions(-)

diff --git a/board/Marvell/db-88f6820-amc/db-88f6820-amc.c 
b/board/Marvell/db-88f6820-amc/db-88f6820-amc.c
index bc18fe6ddf4a..922576e9d599 100644
--- a/board/Marvell/db-88f6820-amc/db-88f6820-amc.c
+++ b/board/Marvell/db-88f6820-amc/db-88f6820-amc.c
@@ -16,10 +16,6 @@
 
 DECLARE_GLOBAL_DATA_PTR;
 
-#define ETH_PHY_CTRL_REG   0
-#define ETH_PHY_CTRL_POWER_DOWN_BIT11
-#define ETH_PHY_CTRL_POWER_DOWN_MASK   (1 << ETH_PHY_CTRL_POWER_DOWN_BIT)
-
 /*
  * Those values and defines are taken from the Marvell U-Boot version
  * "u-boot-2013.01-2016_T1.0.eng_drop_v10"
diff --git a/board/Marvell/db-88f6820-gp/db-88f6820-gp.c 
b/board/Marvell/db-88f6820-gp/db-88f6820-gp.c
index 9368bce26cee..1a0746b9d3d5 100644
--- a/board/Marvell/db-88f6820-gp/db-88f6820-gp.c
+++ b/board/Marvell/db-88f6820-gp/db-88f6820-gp.c
@@ -16,10 +16,6 @@
 
 DECLARE_GLOBAL_DATA_PTR;
 
-#define ETH_PHY_CTRL_REG   0
-#define ETH_PHY_CTRL_POWER_DOWN_BIT11
-#define ETH_PHY_CTRL_POWER_DOWN_MASK   (1 << ETH_PHY_CTRL_POWER_DOWN_BIT)
-
 /*
  * Those values and defines are taken from the Marvell U-Boot version
  * "u-boot-2013.01-2014_T3.0"
diff --git a/board/gdsys/a38x/controlcenterdc.c 
b/board/gdsys/a38x/controlcenterdc.c
index 86051aedf8e1..9e448fcd10d9 100644
--- a/board/gdsys/a38x/controlcenterdc.c
+++ b/board/gdsys/a38x/controlcenterdc.c
@@ -22,10 +22,6 @@
 
 DECLARE_GLOBAL_DATA_PTR;
 
-#define ETH_PHY_CTRL_REG   0
-#define ETH_PHY_CTRL_POWER_DOWN_BIT11
-#define ETH_PHY_CTRL_POWER_DOWN_MASK   (1 << ETH_PHY_CTRL_POWER_DOWN_BIT)
-
 #define DB_GP_88F68XX_GPP_OUT_ENA_LOW  0x7fff
 #define DB_GP_88F68XX_GPP_OUT_ENA_MID  0xefff
 
diff --git a/board/kobol/helios4/helios4.c b/board/kobol/helios4/helios4.c
index 8c0864bcdd4d..3c3592ecf58b 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_BIT11
-#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
diff --git a/board/solidrun/clearfog/clearfog.c 
b/board/solidrun/clearfog/clearfog.c
index 1742aa8921c9..03724fee10c1 100644
--- a/board/solidrun/clearfog/clearfog.c
+++ b/board/solidrun/clearfog/clearfog.c
@@ -16,10 +16,6 @@
 
 DECLARE_GLOBAL_DATA_PTR;
 
-#define ETH_PHY_CTRL_REG   0
-#define ETH_PHY_CTRL_POWER_DOWN_BIT11
-#define ETH_PHY_CTRL_POWER_DOWN_MASK   (1 << ETH_PHY_CTRL_POWER_DOWN_BIT)
-
 /*
  * Those values and defines are taken from the Marvell U-Boot version
  * "u-boot-2013.01-15t1-clearfog"
-- 
2.19.2

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot