diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2007-08-15 22:30:12 -0500 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2007-08-15 22:36:33 -0500 |
commit | f4b2ac5ed9aaff9920d487bff8a59696c083a524 (patch) | |
tree | 19ecdd4fd83f8be7300e9585d12ab8bf06cc2168 | |
parent | 19fa1c35368484d4ed10ddce8a7793c21862e3a3 (diff) | |
download | u-boot-imx-f4b2ac5ed9aaff9920d487bff8a59696c083a524.zip u-boot-imx-f4b2ac5ed9aaff9920d487bff8a59696c083a524.tar.gz u-boot-imx-f4b2ac5ed9aaff9920d487bff8a59696c083a524.tar.bz2 |
mpc83xx: fix UEC2->1 typo in libfdt setup code
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
-rw-r--r-- | 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@3200", "mac-address", fdt_set_eth1 |