diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2007-02-22 20:06:57 -0600 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2007-03-02 11:05:54 -0600 |
commit | d51b3cf371cd441030460ef19d36b2924c361b1a (patch) | |
tree | 83fd50d8dc011e26d999289728b2300061468827 /include | |
parent | 61f4f912acbe60776c5e00df1ec94094ce672957 (diff) | |
download | u-boot-imx-d51b3cf371cd441030460ef19d36b2924c361b1a.zip u-boot-imx-d51b3cf371cd441030460ef19d36b2924c361b1a.tar.gz u-boot-imx-d51b3cf371cd441030460ef19d36b2924c361b1a.tar.bz2 |
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')
-rw-r--r-- | include/configs/MPC832XEMDS.h | 1 | ||||
-rw-r--r-- | include/configs/MPC8360EMDS.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/MPC832XEMDS.h b/include/configs/MPC832XEMDS.h index 1155cbd..cecb225 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" diff --git a/include/configs/MPC8360EMDS.h b/include/configs/MPC8360EMDS.h index ef4871b..d2af0e1 100644 --- a/include/configs/MPC8360EMDS.h +++ b/include/configs/MPC8360EMDS.h @@ -350,6 +350,7 @@ #define OF_CPU "PowerPC,8360@0" #define OF_SOC "soc8360@e0000000" +#define OF_QE "qe@e0100000" #define OF_TBCLK (bd->bi_busfreq / 4) #define OF_STDOUT_PATH "/soc8360@e0000000/serial@4500" |