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>
This commit is contained in:
parent
3627ad70ba
commit
2118b20575
|
@ -103,8 +103,8 @@ select < Exit >
|
||||||
|
|
||||||
```Text
|
```Text
|
||||||
select 'Payload' menu
|
select 'Payload' menu
|
||||||
select 'Add a Payload'
|
select 'Payload to add (SeaBIOS) --->'
|
||||||
choose 'An Elf executable payload'
|
choose 'An ELF executable payload'
|
||||||
select 'Payload path and filename'
|
select 'Payload path and filename'
|
||||||
enter 'payloads/coreinfo/build/coreinfo.elf'
|
enter 'payloads/coreinfo/build/coreinfo.elf'
|
||||||
select < Exit >
|
select < Exit >
|
||||||
|
|
Loading…
Reference in New Issue