Documentation/lessons/lesson1: Fix formatting

Change-Id: If4f13db2e56f1641a4e6a3069b744514e3279e3c
Signed-off-by: Patrick Georgi <patrick@georgi.software>
Reviewed-on: https://review.coreboot.org/26700
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
Patrick Georgi 2018-05-30 18:18:08 +02:00 committed by Patrick Georgi
parent 4aa181e712
commit 0863f0be89
1 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ to use your system toolchain.
### Step 5 - Configure the build ### Step 5 - Configure the build
* ##### Configure your mainboard ##### Configure your mainboard
$ make menuconfig $ make menuconfig
select 'Mainboard' menu select 'Mainboard' menu
Beside 'Mainboard vendor' should be '(Emulation)' Beside 'Mainboard vendor' should be '(Emulation)'
@ -38,12 +38,12 @@ to use your system toolchain.
These should be the default selections, so if anything else was set, run These should be the default selections, so if anything else was set, run
`make distclean` to remove your old config file and start over. `make distclean` to remove your old config file and start over.
* ##### Optionally use your system toolchain (Again, not recommended) ##### Optionally use your system toolchain (Again, not recommended)
select 'General Setup' menu select 'General Setup' menu
select 'Allow building with any toolchain' select 'Allow building with any toolchain'
select < Exit > select < Exit >
* ##### Select the payload ##### Select the payload
select 'Payload' menu select 'Payload' menu
select 'Add a Payload' select 'Add a Payload'
choose 'An Elf executable payload' choose 'An Elf executable payload'