]> Git Repo - J-u-boot.git/blobdiff - scripts/dtc/flattree.c
Merge branch 'master' of git://git.denx.de/u-boot-sh
[J-u-boot.git] / scripts / dtc / flattree.c
index fcf71541d8a7e543766f45077ebfc1184c7d6cab..8d268fb785dbdeff634e2d73341d7c8ea3beebcd 100644 (file)
@@ -731,7 +731,7 @@ static char *nodename_from_path(const char *ppath, const char *cpath)
 
        plen = strlen(ppath);
 
-       if (!strneq(ppath, cpath, plen))
+       if (!strstarts(cpath, ppath))
                die("Path \"%s\" is not valid as a child of \"%s\"\n",
                    cpath, ppath);
 
This page took 0.024556 seconds and 4 git commands to generate.