X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fcm5200%2Fcm5200.c;h=4a86d3c5527b652ec2c339f32a7072010d67a745;hb=8d04f02f6224e6983f4812ea4da704950ec8539c;hp=e2ab5b8e265faf1853ae1dfd84391679253b0c1b;hpb=e93becf80d732b64aef81b23e8b6ece02c40533d;p=oweals%2Fu-boot.git diff --git a/board/cm5200/cm5200.c b/board/cm5200/cm5200.c index e2ab5b8e26..4a86d3c552 100644 --- a/board/cm5200/cm5200.c +++ b/board/cm5200/cm5200.c @@ -276,7 +276,7 @@ static void ft_blob_update(void *blob, bd_t *bd) memory_data[0] = cpu_to_be32(bd->bi_memstart); memory_data[1] = cpu_to_be32(bd->bi_memsize); - nodeoffset = fdt_find_node_by_path (blob, "/memory"); + nodeoffset = fdt_path_offset (blob, "/memory"); if (nodeoffset >= 0) { ret = fdt_setprop(blob, nodeoffset, "reg", memory_data, sizeof(memory_data));