diff options
author | Marek Vasut <marex@denx.de> | 2015-12-05 19:00:00 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-12-20 03:36:50 +0100 |
commit | 5df93c556445940a5e96e511d11497db382a409a (patch) | |
tree | 9dcf69fc25c7ed404443d596c80e4ff36abb720a /include/configs/socfpga_de0_nano_soc.h | |
parent | b5aaa03634a171d04824336b42790f3e77203bf2 (diff) | |
download | u-boot-5df93c556445940a5e96e511d11497db382a409a.tar.gz |
arm: socfpga: de0_nano: Remove Micrel PHY configuration
The Micrel PHY configuration is now done from OF, so hard-coding
the configuration into the board file is no longer necessary.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Cc: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Diffstat (limited to 'include/configs/socfpga_de0_nano_soc.h')
-rw-r--r-- | include/configs/socfpga_de0_nano_soc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/socfpga_de0_nano_soc.h b/include/configs/socfpga_de0_nano_soc.h index 16e146ce55..870192d31b 100644 --- a/include/configs/socfpga_de0_nano_soc.h +++ b/include/configs/socfpga_de0_nano_soc.h @@ -47,11 +47,8 @@ /* Ethernet on SoC (EMAC) */ #if defined(CONFIG_CMD_NET) - -/* PHY */ #define CONFIG_PHY_MICREL #define CONFIG_PHY_MICREL_KSZ9031 - #endif #define CONFIG_ENV_IS_IN_MMC |