diff options
author | Wolfgang Denk <wd@denx.de> | 2007-08-09 23:47:43 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-08-09 23:47:43 +0200 |
commit | 2ee8078f4f8ec61ad86e54d87b2838fa80f183f0 (patch) | |
tree | aff59b4a799f5a9ed5a2a8fc6cb15bb82421fb49 /drivers/tsec.c | |
parent | 0c4d65e33b91311b053b11c651742944e50b3673 (diff) | |
parent | a22806469a8f2b69c829f4fd5361fdebd0cb01b4 (diff) | |
download | u-boot-imx-2ee8078f4f8ec61ad86e54d87b2838fa80f183f0.zip u-boot-imx-2ee8078f4f8ec61ad86e54d87b2838fa80f183f0.tar.gz u-boot-imx-2ee8078f4f8ec61ad86e54d87b2838fa80f183f0.tar.bz2 |
Merge with /home/wd/git/u-boot/work
Diffstat (limited to 'drivers/tsec.c')
-rw-r--r-- | drivers/tsec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/tsec.c b/drivers/tsec.c index c9e7f97..c011123 100644 --- a/drivers/tsec.c +++ b/drivers/tsec.c @@ -71,6 +71,7 @@ static struct tsec_info_struct tsec_info[] = { #else {TSEC1_PHY_ADDR, TSEC_GIGABIT, TSEC1_PHYIDX}, #endif +#else {0, 0, 0}, #endif #if defined(CONFIG_TSEC2) @@ -79,6 +80,7 @@ static struct tsec_info_struct tsec_info[] = { #else {TSEC2_PHY_ADDR, TSEC_GIGABIT, TSEC2_PHYIDX}, #endif +#else {0, 0, 0}, #endif #ifdef CONFIG_MPC85XX_FEC |