> This adds higher-level libfdt operations for reading/writing an fdt
> blob from/to a file, as well as a function to decode a data type string
> as will be used by fdtget, fdtput.
> 
> This also adds a few tests for the simple type argument supported by
> utilfdt_decode_type.
> 
> Signed-off-by: Simon Glass <s...@chromium.org>
> Acked-by: David Gibson <da...@gibson.dropbear.id.au>


Applied.

This patch still had corrupted content here:

    142c42
    <  cmp_tests test_tree1.dtb $WRONG_TREE1
    ---
    >      cmp_tests test_tree1.dtb $WRONG_TREE1
    150c50
    <  case $ARG in
    ---
    >      case $ARG in

in this hunk:

    > --- a/tests/run_tests.sh
    > +++ b/tests/run_tests.sh
    > @@ -391,6 +391,10 @@ dtbs_equal_tests () {
    >  cmp_tests test_tree1.dtb $WRONG_TREE1
    >  }
    >  
    > +utilfdt_tests () {
    > +    run_test utilfdt_test
    > +}
    > +
    >  while getopts "vt:m" ARG ; do
    >  case $ARG in
    >   "v")

Using 'git am --ignore-whitespace' allowed it to apply.

Thanks,
jdl
_______________________________________________
devicetree-discuss mailing list
devicetree-discuss@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/devicetree-discuss

Reply via email to