]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/fdt_support.c
TX6 Release 2013-04-22
[karo-tx-uboot.git] / common / fdt_support.c
index 6b9fa0550f18e5694cd9f1e83911c52c089920d8..2cd5a51e70f4291e9d5f6c084c6da9b5d66cd959 100644 (file)
@@ -1088,7 +1088,7 @@ u64 __of_translate_address(void *blob, int node_offset, const u32 *in_addr,
                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__,