summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/lib/payloads/fit.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/Documentation/lib/payloads/fit.md b/Documentation/lib/payloads/fit.md
index 22a50dbe1aeb..ac7b3e60687d 100644
--- a/Documentation/lib/payloads/fit.md
+++ b/Documentation/lib/payloads/fit.md
@@ -122,17 +122,17 @@ the following example configuration:
};
};
ramdisk-1 {
- description = "Compressed Initramfs";
- data = /incbin/("initramfs.cpio.xz");
- type = "ramdisk";
- arch = "arm64";
- os = "linux";
- compression = "none";
- load = <00000000>;
- entry = <00000000>;
- hash-1 {
- algo = "sha1";
- };
+ description = "Compressed Initramfs";
+ data = /incbin/("initramfs.cpio.xz");
+ type = "ramdisk";
+ arch = "arm64";
+ os = "linux";
+ compression = "none";
+ load = <00000000>;
+ entry = <00000000>;
+ hash-1 {
+ algo = "sha1";
+ };
};
};