diff options
Diffstat (limited to 'roms/u-boot/tools/binman/test/125_cbfs_update.dts')
-rw-r--r-- | roms/u-boot/tools/binman/test/125_cbfs_update.dts | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/roms/u-boot/tools/binman/test/125_cbfs_update.dts b/roms/u-boot/tools/binman/test/125_cbfs_update.dts new file mode 100644 index 000000000..6d2e8a0b8 --- /dev/null +++ b/roms/u-boot/tools/binman/test/125_cbfs_update.dts @@ -0,0 +1,21 @@ +// SPDX-License-Identifier: GPL-2.0+ + +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + binman { + cbfs { + size = <0x100>; + u-boot { + cbfs-type = "raw"; + cbfs-compress = "lz4"; + }; + u-boot-dtb { + cbfs-type = "raw"; + }; + }; + }; +}; |