[U-Boot] [PATCH] Fix compile error in building MBX860T.

10 Dec
2008
10 Dec
'08
8:34 a.m.
Signed-off-by: Ben Warren biggerbadderben@gmail.com --- cpu/mpc8xx/cpu.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cpu/mpc8xx/cpu.c b/cpu/mpc8xx/cpu.c index 40f81ef..2eb848b 100644 --- a/cpu/mpc8xx/cpu.c +++ b/cpu/mpc8xx/cpu.c @@ -644,7 +644,7 @@ void reset_8xx_watchdog (volatile immap_t * immr) */ int cpu_eth_init(bd_t *bis) { -#if defined(SCC_ENET) +#if defined(SCC_ENET) && defined(CONFIG_CMD_NET) scc_initialize(bis); #endif #if defined(FEC_ENET)
--
1.5.4.3

10 Dec
10 Dec
9:27 a.m.
Dear Ben Warren,
In message 1228894455-25040-1-git-send-email-biggerbadderben@gmail.com you wrote:
Signed-off-by: Ben Warren biggerbadderben@gmail.com
cpu/mpc8xx/cpu.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Uncontrolled power will turn even saints into savages. And we can all
be counted on to live down to our lowest impulses.
-- Parmen, "Plato's Stepchildren", stardate 5784.3
5994
Age (days ago)
5994
Last active (days ago)
1 comments
2 participants
participants (2)
-
Ben Warren
-
Wolfgang Denk