Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/26700
Change subject: Documentation/lessons/lesson1: Fix formatting ......................................................................
Documentation/lessons/lesson1: Fix formatting
Change-Id: If4f13db2e56f1641a4e6a3069b744514e3279e3c Signed-off-by: Patrick Georgi patrick@georgi.software --- M Documentation/lessons/lesson1.md 1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/26700/1
diff --git a/Documentation/lessons/lesson1.md b/Documentation/lessons/lesson1.md index 0a10ba3..4cbdf95 100644 --- a/Documentation/lessons/lesson1.md +++ b/Documentation/lessons/lesson1.md @@ -29,7 +29,7 @@
### 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 @@ 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'