Browse Source

Fix device tree for mgsuvd board.

Rename the "scc" node in "ethernet" for the mgsuvd board.

Signed-off-by: Heiko Schocher <hs@denx.de>
Heiko Schocher 17 năm trước cách đây
mục cha
commit
79eac2bfb5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      board/mgsuvd/mgsuvd.c

+ 1 - 1
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);