diff options
author | Maximilian Brune <maximilian.brune@9elements.com> | 2024-07-02 23:10:41 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-07-04 00:27:37 +0000 |
commit | 19516187fe34932164c27db9c5380cc8f28918d4 (patch) | |
tree | adbdc120a99d0e9990c0f4ff91c463ef46d4c3ad /Documentation | |
parent | d4985430e35f4dc2daa6930042cfa29cf2515133 (diff) |
doc/tutorial/part1.md: Remove trailing whitespace
Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com>
Change-Id: Ife87475d367c5491807215342536e3bb0fd15a45
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83312
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/tutorial/part1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/tutorial/part1.md b/Documentation/tutorial/part1.md index 0500742b22..eea2e1774b 100644 --- a/Documentation/tutorial/part1.md +++ b/Documentation/tutorial/part1.md @@ -149,7 +149,7 @@ CONFIG_PAYLOAD_FILE="payloads/coreinfo/build/coreinfo.elf" Note that this may differ depending on the revision of the coreboot source you are building from and should not be taken as the required -contents of defconfig. +contents of defconfig. ### Step 6 - Build coreboot |