diff options
author | Simon Glass <sjg@chromium.org> | 2018-10-01 12:22:30 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2018-10-09 04:40:27 -0600 |
commit | 741f2d620c3ff2d59d3b25c344ab6b8bec4a4c87 (patch) | |
tree | c6d758365740ff47c4df5ef7d26535853c9557f6 /tools/binman/test/49_x86_ucode_spl.dts | |
parent | 6e64ec1256875f6fafa853a74108fb57fd769e98 (diff) |
binman: Move to three-digit test-file numbers
We now have 99 tests. Before adding any more, rename everything to three
digits. This helps to preserve the ordering of tests and makes it easier
to find things.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/test/49_x86_ucode_spl.dts')
-rw-r--r-- | tools/binman/test/49_x86_ucode_spl.dts | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/tools/binman/test/49_x86_ucode_spl.dts b/tools/binman/test/49_x86_ucode_spl.dts deleted file mode 100644 index 350d2c4730..0000000000 --- a/tools/binman/test/49_x86_ucode_spl.dts +++ /dev/null @@ -1,29 +0,0 @@ -/dts-v1/; - -/ { - #address-cells = <1>; - #size-cells = <1>; - - binman { - sort-by-offset; - end-at-4gb; - size = <0x200>; - u-boot-spl-with-ucode-ptr { - }; - - u-boot-dtb-with-ucode { - }; - - u-boot-ucode { - }; - }; - - microcode { - update@0 { - data = <0x12345678 0x12345679>; - }; - update@1 { - data = <0xabcd0000 0x78235609>; - }; - }; -}; |