X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=common%2Ffdt_support.c;h=2cd5a51e70f4291e9d5f6c084c6da9b5d66cd959;hp=6b9fa0550f18e5694cd9f1e83911c52c089920d8;hb=1e362dc3e799fd86722a60f5639e52a67dfc0658;hpb=d62ef5619c9249772247d6af3b8e65207ae0c871 diff --git a/common/fdt_support.c b/common/fdt_support.c index 6b9fa0550f..2cd5a51e70 100644 --- a/common/fdt_support.c +++ b/common/fdt_support.c @@ -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__,