summaryrefslogtreecommitdiff
path: root/tools/binman/test/30_x86-rom-me-no-desc.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/30_x86-rom-me-no-desc.dts')
-rw-r--r--tools/binman/test/30_x86-rom-me-no-desc.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/binman/test/30_x86-rom-me-no-desc.dts b/tools/binman/test/30_x86-rom-me-no-desc.dts
index 68d3ce09ecd..796cb87afc7 100644
--- a/tools/binman/test/30_x86-rom-me-no-desc.dts
+++ b/tools/binman/test/30_x86-rom-me-no-desc.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;
};
};
};