diff options
author | Wolfgang Denk <wd@denx.de> | 2007-05-05 18:23:11 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-05-05 18:23:11 +0200 |
commit | 2f15278c2eb911c668b4fe562130b78cf554d139 (patch) | |
tree | ad2e9e57fc940d86a9d219812736fea77585cdf9 /drivers | |
parent | f51697316ad53e99bf1be354964dacd9fed72a04 (diff) | |
download | u-boot-imx-2f15278c2eb911c668b4fe562130b78cf554d139.zip u-boot-imx-2f15278c2eb911c668b4fe562130b78cf554d139.tar.gz u-boot-imx-2f15278c2eb911c668b4fe562130b78cf554d139.tar.bz2 |
Coding stylke cleanup; update CHANGELOG.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/tsec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tsec.c b/drivers/tsec.c index 25566a7..b418773 100644 --- a/drivers/tsec.c +++ b/drivers/tsec.c @@ -67,7 +67,7 @@ struct tsec_info_struct { static struct tsec_info_struct tsec_info[] = { #if defined(CONFIG_MPC85XX_TSEC1) || defined(CONFIG_MPC83XX_TSEC1) #if defined(CONFIG_MPC8544DS) - {TSEC1_PHY_ADDR, TSEC_GIGABIT | TSEC_REDUCED, TSEC1_PHYIDX}, + {TSEC1_PHY_ADDR, TSEC_GIGABIT | TSEC_REDUCED, TSEC1_PHYIDX}, #else {TSEC1_PHY_ADDR, TSEC_GIGABIT, TSEC1_PHYIDX}, #endif |