summaryrefslogtreecommitdiff
path: root/include/configs/MPC832XEMDS.h
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2007-02-22 20:06:57 -0600
committerKim Phillips <kim.phillips@freescale.com>2007-03-02 11:05:54 -0600
commitd51b3cf371cd441030460ef19d36b2924c361b1a (patch)
tree83fd50d8dc011e26d999289728b2300061468827 /include/configs/MPC832XEMDS.h
parent61f4f912acbe60776c5e00df1ec94094ce672957 (diff)
mpc83xx: update [local-]mac-address properties on UEC based devices
8360 and 832x weren't updating their [local-]mac-address properties. This patch fixes that. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/MPC832XEMDS.h')
-rw-r--r--include/configs/MPC832XEMDS.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC832XEMDS.h b/include/configs/MPC832XEMDS.h
index 1155cbd4a..cecb2258f 100644
--- a/include/configs/MPC832XEMDS.h
+++ b/include/configs/MPC832XEMDS.h
@@ -323,6 +323,7 @@
#define OF_CPU "PowerPC,8323@0"
#define OF_SOC "soc8323@e0000000"
+#define OF_QE "qe@e0100000"
#define OF_TBCLK (bd->bi_busfreq / 4)
#define OF_STDOUT_PATH "/soc8323@e0000000/serial@4500"