commit | f4b2ac5ed9aaff9920d487bff8a59696c083a524 | [log] [tgz] |
---|---|---|
author | Kim Phillips <kim.phillips@freescale.com> | Wed Aug 15 22:30:12 2007 -0500 |
committer | Kim Phillips <kim.phillips@freescale.com> | Wed Aug 15 22:36:33 2007 -0500 |
tree | 19ecdd4fd83f8be7300e9585d12ab8bf06cc2168 | |
parent | 19fa1c35368484d4ed10ddce8a7793c21862e3a3 [diff] |
mpc83xx: fix UEC2->1 typo in libfdt setup code Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
diff --git a/cpu/mpc83xx/cpu.c b/cpu/mpc83xx/cpu.c index adf8083..a0754d1 100644 --- a/cpu/mpc83xx/cpu.c +++ b/cpu/mpc83xx/cpu.c
@@ -481,7 +481,7 @@ "local-mac-address", fdt_set_eth1 }, -#elif CFG_UEC1_UCC_NUM == 3 /* UCC4 */ +#elif CFG_UEC2_UCC_NUM == 3 /* UCC4 */ { "/" OF_QE "/ucc@3200", "mac-address", fdt_set_eth1