diff options
author | Bo Shen <voice.shen@atmel.com> | 2013-06-26 10:11:06 +0800 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2013-08-22 16:49:54 +0200 |
commit | e08d6f3aaf11e4138de1ed04acccbcf38d04f1b6 (patch) | |
tree | 0f03aefc80c95007965845c7364da5e56ac4eb50 /include/configs | |
parent | 8314ccd8d4fe36abab034260ee66cd8c2b6de39b (diff) | |
download | talos-obmc-uboot-e08d6f3aaf11e4138de1ed04acccbcf38d04f1b6.tar.gz talos-obmc-uboot-e08d6f3aaf11e4138de1ed04acccbcf38d04f1b6.zip |
arm: atmel: add gmac support for sama5d3xek board
add gmac support for sama5d3xek board, the gmac embedded in:
- sama5d33, sama5d34, sama5d35
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/sama5d3xek.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/sama5d3xek.h b/include/configs/sama5d3xek.h index 10697d627a..3dcf012dd8 100644 --- a/include/configs/sama5d3xek.h +++ b/include/configs/sama5d3xek.h @@ -136,6 +136,11 @@ #define CONFIG_NET_MULTI #define CONFIG_NET_RETRY_COUNT 20 #define CONFIG_MACB_SEARCH_PHY +#define CONFIG_RGMII +#define CONFIG_CMD_MII +#define CONFIG_PHYLIB +#define CONFIG_PHY_MICREL +#define CONFIG_PHY_MICREL_KSZ9021 /* MMC */ #define CONFIG_CMD_MMC |