summaryrefslogtreecommitdiffstats
path: root/Documentation/tutorial
diff options
context:
space:
mode:
authorDaniel Maslowski <info@orangecms.org>2023-02-28 16:02:49 +0100
committerFelix Held <felix-coreboot@felixheld.de>2023-03-02 12:38:38 +0000
commit2118b205752e0474abc84f3d61cc6c5b3b8ba53f (patch)
treee09ac9173f20462e336eef161eca26686eca09a1 /Documentation/tutorial
parent3627ad70bab48c77236ed7300a9a4cf4fdf9870f (diff)
downloadcoreboot-2118b205752e0474abc84f3d61cc6c5b3b8ba53f.tar.gz
coreboot-2118b205752e0474abc84f3d61cc6c5b3b8ba53f.tar.bz2
coreboot-2118b205752e0474abc84f3d61cc6c5b3b8ba53f.zip
Documentation/tutorial/part1: fix payload instructions
The instructions and actual menu got a bit out of sync, or were just inaccurate. This fixes the notes on the payload. Change-Id: I22d6588ef3708e98a8fd9b0652b3f827ff9ff698 Signed-off-by: Daniel Maslowski <info@orangecms.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/73355 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Lance Zhao <lance.zhao@gmail.com> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'Documentation/tutorial')
-rw-r--r--Documentation/tutorial/part1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/tutorial/part1.md b/Documentation/tutorial/part1.md
index cd8e79222d2e..13d6478b952b 100644
--- a/Documentation/tutorial/part1.md
+++ b/Documentation/tutorial/part1.md
@@ -103,8 +103,8 @@ select < Exit >
```Text
select 'Payload' menu
-select 'Add a Payload'
-choose 'An Elf executable payload'
+select 'Payload to add (SeaBIOS) --->'
+choose 'An ELF executable payload'
select 'Payload path and filename'
enter 'payloads/coreinfo/build/coreinfo.elf'
select < Exit >