]> Git Repo - J-u-boot.git/blobdiff - board/gdsys/a38x/controlcenterdc.c
command: Remove the cmd_tbl_t typedef
[J-u-boot.git] / board / gdsys / a38x / controlcenterdc.c
index 86051aedf8e184ac0ab8e8e5feadcd9f36f156d9..0d53d69ecc9bd1d330acde395b779d22e8af8292 100644 (file)
@@ -5,8 +5,11 @@
  */
 
 #include <common.h>
+#include <command.h>
 #include <dm.h>
+#include <init.h>
 #include <miiphy.h>
+#include <net.h>
 #include <tpm-v1.h>
 #include <asm/io.h>
 #include <asm/arch/cpu.h>
 
 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   (1 << ETH_PHY_CTRL_POWER_DOWN_BIT)
-
 #define DB_GP_88F68XX_GPP_OUT_ENA_LOW  0x7fffffff
 #define DB_GP_88F68XX_GPP_OUT_ENA_MID  0xffffefff
 
This page took 0.026611 seconds and 4 git commands to generate.