Signed-off-by: Matvejchikov Ilya <[EMAIL PROTECTED]>
---
 board/cm5200/cm5200.c   |    2 +-
 board/ids8247/ids8247.c |    2 +-
 board/mgcoge/mgcoge.c   |    6 +++---
 board/mgsuvd/mgsuvd.c   |    8 ++++----
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/board/cm5200/cm5200.c b/board/cm5200/cm5200.c
index 3e952d8..24e8db0 100644
--- a/board/cm5200/cm5200.c
+++ b/board/cm5200/cm5200.c
@@ -275,7 +275,7 @@ static void ft_blob_update(void *blob, bd_t *bd)
        ret = fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize);

        if (ret < 0) {
-               printf("ft_blob_update): cannot set /memory/reg "
+               printf("ft_blob_update(): cannot set /memory/reg "
                        "property err:%s\n", fdt_strerror(ret));
        }
 }
diff --git a/board/ids8247/ids8247.c b/board/ids8247/ids8247.c
index 8ec4cd7..44fc79c 100644
--- a/board/ids8247/ids8247.c
+++ b/board/ids8247/ids8247.c
@@ -334,7 +334,7 @@ void ft_blob_update(void *blob, bd_t *bd)
        ret = fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize);

        if (ret < 0) {
-               printf("ft_blob_update): cannot set /memory/reg "
+               printf("ft_blob_update(): cannot set /memory/reg "
                        "property err:%s\n", fdt_strerror(ret));
        }
 }
diff --git a/board/mgcoge/mgcoge.c b/board/mgcoge/mgcoge.c
index 89ced1e..51b6dc6 100644
--- a/board/mgcoge/mgcoge.c
+++ b/board/mgcoge/mgcoge.c
@@ -307,7 +307,7 @@ void ft_blob_update(void *blob, bd_t *bd)
                ret = fdt_setprop(blob, nodeoffset, "reg", memory_data,
                                        sizeof(memory_data));
        if (ret < 0)
-               printf("ft_blob_update): cannot set /memory/reg "
+               printf("ft_blob_update(): cannot set /memory/reg "
                        "property err:%s\n", fdt_strerror(ret));
        }
        else {
@@ -327,7 +327,7 @@ void ft_blob_update(void *blob, bd_t *bd)
                ret = fdt_setprop(blob, nodeoffset, "ranges", flash_data,
                                        sizeof(flash_data));
        if (ret < 0)
-               printf("ft_blob_update): cannot set /localbus/ranges "
+               printf("ft_blob_update(): cannot set /localbus/ranges "
                        "property err:%s\n", fdt_strerror(ret));
        }
        else {
@@ -341,7 +341,7 @@ void ft_blob_update(void *blob, bd_t *bd)
                ret = fdt_setprop(blob, nodeoffset, "mac-address", 
bd->bi_enetaddr,
                                        sizeof(uchar) * 6);
        if (ret < 0)
-               printf("ft_blob_update): cannot set 
/soc/cpm/ethernet/mac-address "
+               printf("ft_blob_update(): cannot set 
/soc/cpm/ethernet/mac-address "
                        "property err:%s\n", fdt_strerror(ret));
        }
        else {
diff --git a/board/mgsuvd/mgsuvd.c b/board/mgsuvd/mgsuvd.c
index d81cafb..c51ea7e 100644
--- a/board/mgsuvd/mgsuvd.c
+++ b/board/mgsuvd/mgsuvd.c
@@ -164,7 +164,7 @@ void ft_blob_update(void *blob, bd_t *bd)
                        ret = fdt_setprop(blob, nodeoffset, "reg", memory_data,
                                                sizeof(memory_data));
                if (ret < 0)
-                       printf("ft_blob_update): cannot set /memory/reg "
+                       printf("ft_blob_update(): cannot set /memory/reg "
                                "property err:%s\n", fdt_strerror(ret));
                }
                else {
@@ -180,7 +180,7 @@ void ft_blob_update(void *blob, bd_t *bd)
                ret = fdt_setprop(blob, nodeoffset, "ranges", flash_data,
                                        sizeof(flash_data));
        if (ret < 0)
-               printf("ft_blob_update): cannot set /localbus/ranges "
+               printf("ft_blob_update(): cannot set /localbus/ranges "
                        "property err:%s\n", fdt_strerror(ret));
        }
        else {
@@ -195,7 +195,7 @@ void ft_blob_update(void *blob, bd_t *bd)
                ret = fdt_setprop(blob, nodeoffset, "brg-frequency", brg_data,
                                        sizeof(brg_data));
        if (ret < 0)
-               printf("ft_blob_update): cannot set /soc/cpm/brg-frequency "
+               printf("ft_blob_update(): cannot set /soc/cpm/brg-frequency "
                        "property err:%s\n", fdt_strerror(ret));
        }
        else {
@@ -209,7 +209,7 @@ void ft_blob_update(void *blob, bd_t *bd)
                ret = fdt_setprop(blob, nodeoffset, "mac-address", 
bd->bi_enetaddr,
                                        sizeof(uchar) * 6);
        if (ret < 0)
-               printf("ft_blob_update): cannot set /soc/cpm/scc/mac-address "
+               printf("ft_blob_update(): cannot set /soc/cpm/scc/mac-address "
                        "property err:%s\n", fdt_strerror(ret));
        }
        else {
-- 
1.5.6.1

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to