[U-Boot-Users] [PATCH 2/6] mpc83xx: fix UEC2->1 typo in libfdt setup code

Kim Phillips kim.phillips at freescale.com
Thu Aug 16 05:30:12 CEST 2007


Signed-off-by: Kim Phillips <kim.phillips at freescale.com>
---
 cpu/mpc83xx/cpu.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 @@ static const struct {
 		"local-mac-address",
 		fdt_set_eth1
 	},
-#elif CFG_UEC1_UCC_NUM == 3  /* UCC4 */
+#elif CFG_UEC2_UCC_NUM == 3  /* UCC4 */
 	{	"/" OF_QE "/ucc at 3200",
 		"mac-address",
 		fdt_set_eth1
-- 
1.5.2.2





More information about the U-Boot mailing list