diff options
| author | Jon Loeliger <jdl@freescale.com> | 2007-07-10 10:27:39 -0500 | 
|---|---|---|
| committer | Jon Loeliger <jdl@freescale.com> | 2007-07-10 10:27:39 -0500 | 
| commit | 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d (patch) | |
| tree | b832da8d622e58236d32cf2a796ebd45ab2b8215 /cpu/mpc85xx/ether_fcc.c | |
| parent | 079a136c3588814784561d6e4856970ee82d6e2a (diff) | |
| download | olio-uboot-2014.01-068b60a0eb7e73b243ca55399f2a7df76e2c3f3d.tar.xz olio-uboot-2014.01-068b60a0eb7e73b243ca55399f2a7df76e2c3f3d.zip | |
cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'cpu/mpc85xx/ether_fcc.c')
| -rw-r--r-- | cpu/mpc85xx/ether_fcc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cpu/mpc85xx/ether_fcc.c b/cpu/mpc85xx/ether_fcc.c index 4448cc3b8..5b23a80e1 100644 --- a/cpu/mpc85xx/ether_fcc.c +++ b/cpu/mpc85xx/ether_fcc.c @@ -468,6 +468,6 @@ int fec_initialize(bd_t *bis)  	return 1;  } -#endif	/* CONFIG_ETHER_ON_FCC && CFG_CMD_NET && CONFIG_NET_MULTI */ +#endif  #endif /* CONFIG_CPM2 */ |