util/chromeos: Indent code blocks instead of using ```

This uses less lines, is the original Markdown syntax, and for short
blocks better readable.

Change-Id: Id96ad0f65980dfb943eef3cde5626d56f97622f9
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35729
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Paul Menzel 2019-09-30 13:57:45 +02:00 committed by Patrick Georgi
parent 593172c7c3
commit e61b4c360e
1 changed files with 10 additions and 13 deletions

View File

@ -11,14 +11,13 @@ image server, unpacks it, extracts the firmware update shell archive,
extracts the firmware images from the shell archive. extracts the firmware images from the shell archive.
To download all Chrome OS firmware images, run To download all Chrome OS firmware images, run
```
$ ./crosfirmware.sh $ ./crosfirmware.sh
```
To download, e.g. the Panther firmware image, run To download, e.g. the Panther firmware image, run
```
$ ./crosfirmware.sh panther $ ./crosfirmware.sh panther
```
## extract_blobs.sh ## extract_blobs.sh
@ -33,12 +32,10 @@ and `mrc.bin`.
compatible format. compatible format.
Usage: Usage:
```
$ ./gen_test_hwid.sh BOARD_NAME $ ./gen_test_hwid.sh BOARD_NAME
```
Example: Example:
```
$ ./gen_test_hwid.sh Kukui $ ./gen_test_hwid.sh Kukui
KUKUI TEST 9847 KUKUI TEST 9847
```