diff options
author | Stefan Roese <sr@denx.de> | 2007-07-16 11:51:41 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-07-16 11:51:41 +0200 |
commit | c7e8410e3c174bfde72aa548f7fe5b4e43ccc4fb (patch) | |
tree | cd81cb7a3c26d2388fbc830fc36870a0dec3dac2 /common/cmd_mii.c | |
parent | 3a6cab844cf74f76639d795e0be8717e02c86af7 (diff) | |
parent | 98c80b462f9532f3ff6a62dd9629023b48627a6d (diff) | |
download | u-boot-imx-c7e8410e3c174bfde72aa548f7fe5b4e43ccc4fb.zip u-boot-imx-c7e8410e3c174bfde72aa548f7fe5b4e43ccc4fb.tar.gz u-boot-imx-c7e8410e3c174bfde72aa548f7fe5b4e43ccc4fb.tar.bz2 |
Merge with /home/stefan/git/u-boot/u-boot-coldfire-freescale
Diffstat (limited to 'common/cmd_mii.c')
-rw-r--r-- | common/cmd_mii.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_mii.c b/common/cmd_mii.c index e659536..c3f43d7 100644 --- a/common/cmd_mii.c +++ b/common/cmd_mii.c @@ -438,7 +438,7 @@ int do_mii (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[]) int rcode = 0; char *devname; -#ifdef CONFIG_8xx +#if defined(CONFIG_8xx) || defined(CONFIG_MCF532x) mii_init (); #endif |