diff options
Diffstat (limited to 'target/linux/bcm4908/image/bootfs-generic.its')
-rw-r--r-- | target/linux/bcm4908/image/bootfs-generic.its | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/target/linux/bcm4908/image/bootfs-generic.its b/target/linux/bcm4908/image/bootfs-generic.its new file mode 100644 index 0000000000..d2f19ed752 --- /dev/null +++ b/target/linux/bcm4908/image/bootfs-generic.its @@ -0,0 +1,25 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT + +/dts-v1/; + +/ { + description = "OpenWrt bootfs image"; + #address-cells = <1>; + + images { + kernel { + description = "Linux kernel"; + data = /incbin/("${kernel}"); + type = "kernel"; + os = "linux"; + arch = "arm64"; + compression = "lzma"; + load = <0x80000>; + entry = <0x80000>; + + hash-1 { + algo = "sha256"; + }; + }; + }; +}; |