]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/fdt_support.c
merged tx6dl-devel into denx master branch
[karo-tx-uboot.git] / common / fdt_support.c
index b034c9835ba747aee9be296332db43a54ef00bd9..18af0fa312339026cc0d3dedb3e80166a002d3b7 100644 (file)
@@ -1084,7 +1084,7 @@ static u64 __of_translate_address(void *blob, int node_offset, const fdt32_t *in
                goto bail;
        bus = &of_busses[0];
 
-       /* Cound address cells & copy address locally */
+       /* Count address cells & copy address locally */
        bus->count_cells(blob, parent, &na, &ns);
        if (!OF_CHECK_COUNTS(na, ns)) {
                printf("%s: Bad cell count for %s\n", __FUNCTION__,