diff options
author | Heiko Schocher <hs@denx.de> | 2013-08-19 16:38:56 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-08-28 11:44:59 -0400 |
commit | dafd4db33a99f05616f02283f6fd3ba065278dcb (patch) | |
tree | 7f636b99e8139870aaa0ae31b12eb0ea2a458fb7 /board/phytec/pcm051 | |
parent | 457bb50560c983fc69090dad1fb16b128e88a520 (diff) | |
download | u-boot-imx-dafd4db33a99f05616f02283f6fd3ba065278dcb.zip u-boot-imx-dafd4db33a99f05616f02283f6fd3ba065278dcb.tar.gz u-boot-imx-dafd4db33a99f05616f02283f6fd3ba065278dcb.tar.bz2 |
arm, am33xx: add defines for gmii_sel_register bits
Signed-off-by: Heiko Schocher <hs@denx.de>
Acked-by: Mugunthan V N <mugunthanvnm@ti.com>
Diffstat (limited to 'board/phytec/pcm051')
-rw-r--r-- | board/phytec/pcm051/board.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/phytec/pcm051/board.c b/board/phytec/pcm051/board.c index f53c5bb..e40b0bd 100644 --- a/board/phytec/pcm051/board.c +++ b/board/phytec/pcm051/board.c @@ -31,8 +31,6 @@ DECLARE_GLOBAL_DATA_PTR; /* MII mode defines */ -#define MII_MODE_ENABLE 0x0 -#define RGMII_MODE_ENABLE 0xA #define RMII_RGMII2_MODE_ENABLE 0x49 static struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE; |