diff options
author | Loys Ollivier <lollivier@baylibre.com> | 2019-05-03 11:08:59 +0200 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2019-05-06 09:42:56 +0530 |
commit | 3bb2d25f448f4f5dd7d143617bc6eccf34f809e6 (patch) | |
tree | e46c9ad73782c2eb2b956d3484231c03854bb259 /docs/platform | |
parent | f9643f3472199f01e8eecdd6d50a379989646f03 (diff) |
Update sifive_fu540.md
Fix typo on parenthesis.
Diffstat (limited to 'docs/platform')
-rw-r--r-- | docs/platform/sifive_fu540.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/platform/sifive_fu540.md b/docs/platform/sifive_fu540.md index 96be734..40ec8d1 100644 --- a/docs/platform/sifive_fu540.md +++ b/docs/platform/sifive_fu540.md @@ -110,7 +110,7 @@ tables as described here. sgdisk --clear \ --new=1:2048:67583 --change-name=1:bootloader --typecode=1:2E54B353-1271-4842-806F-E436D6AF6985 \ --new=2:264192: --change-name=2:root --typecode=2:0FC63DAF-8483-4772-8E79-3D69D8477DE4 \ - $(DISK) + ${DISK} ``` Booting SiFive Fu540 Platform |