summaryrefslogtreecommitdiffstats
path: root/Documentation/lib
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2018-09-25 14:00:13 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-09-28 09:53:33 +0000
commit4586ccdfe6e62e6c104f65f798e6242c7a146333 (patch)
treee16a6ae74353847c30000a2d11360db17084f7f8 /Documentation/lib
parent200262c87d1b32a47c7f7c67f92e77454c9cf262 (diff)
downloadcoreboot-4586ccdfe6e62e6c104f65f798e6242c7a146333.tar.gz
coreboot-4586ccdfe6e62e6c104f65f798e6242c7a146333.tar.bz2
coreboot-4586ccdfe6e62e6c104f65f798e6242c7a146333.zip
Documentation/lib/payloads/fit.md: Consistently indent with tabs
Sphinx displays a tab as four spaces, which makes code indented with eight spaces per level stand out. Format the example configuration file in fit.md consistently with tabs to make it look consistent everywhere. Change-Id: Ia1d4c44e68e5267bac1f0f558421c6a0c7a9329c Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/28734 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'Documentation/lib')
-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";
+ };
};
};