mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
uec.h: fix COFIG_DM typo
Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk> Reviewed-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
69bd7dfc3a
commit
44a7cc82b3
1 changed files with 1 additions and 1 deletions
|
@ -678,7 +678,7 @@ struct uec_priv {
|
|||
int grace_stopped_tx;
|
||||
int grace_stopped_rx;
|
||||
int the_first_run;
|
||||
#if !defined(COFIG_DM)
|
||||
#if !defined(CONFIG_DM)
|
||||
/* PHY specific */
|
||||
struct uec_mii_info *mii_info;
|
||||
int oldspeed;
|
||||
|
|
Loading…
Add table
Reference in a new issue