diff options
Diffstat (limited to 'tools/binman/test/24_sorted.dts')
-rw-r--r-- | tools/binman/test/24_sorted.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/binman/test/24_sorted.dts b/tools/binman/test/24_sorted.dts index 9f4151c932..43a7831341 100644 --- a/tools/binman/test/24_sorted.dts +++ b/tools/binman/test/24_sorted.dts @@ -7,11 +7,11 @@ binman { sort-by-pos; u-boot { - pos = <10>; + pos = <22>; }; u-boot-spl { - pos = <5>; + pos = <1>; }; }; }; |