From c49deb837cb1ba0a64869fcb4fabac11d3e94ae0 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 25 Nov 2016 20:15:54 -0700 Subject: binman: Add support for u-boot.img as an input binary Add an entry type for u-boot.img (a legacy U-Boot image) and a simple test. Signed-off-by: Simon Glass Tested-by: Bin Meng --- tools/binman/test/36_u_boot_img.dts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tools/binman/test/36_u_boot_img.dts (limited to 'tools/binman/test/36_u_boot_img.dts') diff --git a/tools/binman/test/36_u_boot_img.dts b/tools/binman/test/36_u_boot_img.dts new file mode 100644 index 0000000..aa5a3fe --- /dev/null +++ b/tools/binman/test/36_u_boot_img.dts @@ -0,0 +1,11 @@ +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + binman { + u-boot-img { + }; + }; +}; -- cgit v1.1