* [U-Boot-Users] [PATCH] Fix: update MAC-adress for mgsuvd board.
@ 2008-02-21 17:31 Heiko Schocher
2008-02-22 14:56 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: Heiko Schocher @ 2008-02-21 17:31 UTC (permalink / raw)
To: u-boot
Hello,
Rename the "scc" node in "ethernet" for the mgsuvd board.
Signed-off-by: Heiko Schocher <hs@denx.de>
---
board/mgsuvd/mgsuvd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/mgsuvd/mgsuvd.c b/board/mgsuvd/mgsuvd.c
index dd7d823..9fd164b 100644
--- a/board/mgsuvd/mgsuvd.c
+++ b/board/mgsuvd/mgsuvd.c
@@ -193,7 +193,7 @@ void ft_blob_update(void *blob, bd_t *bd)
"err:%s\n", fdt_strerror(nodeoffset));
}
/* MAC Adresse */
- nodeoffset = fdt_path_offset (blob, "/soc866/cpm/scc");
+ nodeoffset = fdt_path_offset (blob, "/soc866/cpm/ethernet");
if (nodeoffset >= 0) {
ret = fdt_setprop(blob, nodeoffset, "mac-address", bd->bi_enetaddr,
sizeof(uchar) * 6);
--
1.5.4.2
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
^ permalink raw reply related [flat|nested] 2+ messages in thread* [U-Boot-Users] [PATCH] Fix: update MAC-adress for mgsuvd board.
2008-02-21 17:31 [U-Boot-Users] [PATCH] Fix: update MAC-adress for mgsuvd board Heiko Schocher
@ 2008-02-22 14:56 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2008-02-22 14:56 UTC (permalink / raw)
To: u-boot
In message <47BDB563.7070202@denx.de> you wrote:
>
> Rename the "scc" node in "ethernet" for the mgsuvd board.
>
> Signed-off-by: Heiko Schocher <hs@denx.de>
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Cleverness and Style have no place in getting a project completed.
-- Tom Christiansen
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-22 14:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-21 17:31 [U-Boot-Users] [PATCH] Fix: update MAC-adress for mgsuvd board Heiko Schocher
2008-02-22 14:56 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox