diff options
author | Patrick Georgi <patrick@georgi.software> | 2018-05-30 18:18:08 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-06-04 08:18:02 +0000 |
commit | 0863f0be89fb0117e9141a6a6b2b25daa74bc9f9 (patch) | |
tree | 315cfad2c6169619f92cc93e8c9854e10326ac11 /Documentation | |
parent | 4aa181e7120ca2510090582fda38503600175d25 (diff) |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/lessons/lesson1.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/lessons/lesson1.md b/Documentation/lessons/lesson1.md index 0a10ba3723..4cbdf957e6 100644 --- a/Documentation/lessons/lesson1.md +++ b/Documentation/lessons/lesson1.md @@ -29,7 +29,7 @@ to use your system toolchain. ### Step 5 - Configure the build -* ##### Configure your mainboard +##### Configure your mainboard $ make menuconfig select 'Mainboard' menu 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 `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 'Allow building with any toolchain' select < Exit > -* ##### Select the payload +##### Select the payload select 'Payload' menu select 'Add a Payload' choose 'An Elf executable payload' |