diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2007-03-07 16:19:46 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-03-07 16:19:46 +0100 |
commit | 8d7e2732221bc2d64df14f700c64c23e0a4c3dce (patch) | |
tree | 01e5b56b63499e5ddcee272c05230b72423994f5 /include/configs/hmi1001.h | |
parent | ad5bb451ade552c44bef9119d907929ebc2c126f (diff) | |
download | u-boot-imx-8d7e2732221bc2d64df14f700c64c23e0a4c3dce.zip u-boot-imx-8d7e2732221bc2d64df14f700c64c23e0a4c3dce.tar.gz u-boot-imx-8d7e2732221bc2d64df14f700c64c23e0a4c3dce.tar.bz2 |
HMI1001: fix build error, cleanup compiler warnings.
Diffstat (limited to 'include/configs/hmi1001.h')
-rw-r--r-- | include/configs/hmi1001.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/hmi1001.h b/include/configs/hmi1001.h index cfaf153..095b5f6 100644 --- a/include/configs/hmi1001.h +++ b/include/configs/hmi1001.h @@ -210,6 +210,7 @@ */ #define CONFIG_MPC5xxx_FEC 1 #define CONFIG_PHY_ADDR 0x00 +#define CONFIG_MII 1 /* MII PHY management */ /* * GPIO configuration |