diff options
Diffstat (limited to 'tools/binman/test/45_prop_test.dts')
-rw-r--r-- | tools/binman/test/45_prop_test.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/binman/test/45_prop_test.dts b/tools/binman/test/45_prop_test.dts index d22e460d29..064de2b316 100644 --- a/tools/binman/test/45_prop_test.dts +++ b/tools/binman/test/45_prop_test.dts @@ -5,12 +5,12 @@ #size-cells = <1>; binman { - sort-by-pos; + sort-by-offset; end-at-4gb; size = <16>; intel-me { filename = "me.bin"; - pos-unset; + offset-unset; intval = <3>; intarray = <5 6>; byteval = [08]; |