diff options
author | Nicholas Chin <nic.c3.14@gmail.com> | 2024-11-27 19:00:01 -0700 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-12-01 05:43:25 +0000 |
commit | 7f54139a814e15c92fac7894caa24ac803623711 (patch) | |
tree | 7ea18419a4a4c06a3f0aff16b165a3240b967c4e | |
parent | 9992a98c671d356b9770282df5d58a302b6dbeda (diff) |
Docs/mb/starlabs/labtop_cml.md: Fix footnote syntax
Fix the syntax [1] for the footnote about the onboard memory
configuration so that it renders properly in the generated html.
This also fixes a "Unknown target name" error when building with
newer versions of Sphinx (tested with 8.1.3).
[1] https://myst-parser.readthedocs.io/en/latest/syntax/typography.html#footnotes
Change-Id: I07a85b854a181794f82d8e6a739063d66378d2c7
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85412
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
-rw-r--r-- | Documentation/mainboard/starlabs/labtop_cml.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/mainboard/starlabs/labtop_cml.md b/Documentation/mainboard/starlabs/labtop_cml.md index d9fdba5b8b..e50db775cc 100644 --- a/Documentation/mainboard/starlabs/labtop_cml.md +++ b/Documentation/mainboard/starlabs/labtop_cml.md @@ -18,7 +18,7 @@ - HDMI video - USB-C DisplayPort video - Memory - - 16GB on-board *1 + - 16GB on-board [^1] - Networking - AX201 CNVi WiFi / Bluetooth soldered to PCBA - Sound @@ -37,7 +37,7 @@ - USB 3.1 Gen 2 Type-A (left) - USB 3.1 Gen 1 Type-A (right) -[^1] The Comet Lake PCB supports multiple memory variations that are based on hardware configuration resistors see `src/mainboard/starlabs/labtop/variants/cml/romstage.c` +[^1]: The Comet Lake PCB supports multiple memory variations that are based on hardware configuration resistors see `src/mainboard/starlabs/labtop/variants/cml/romstage.c` ## Building coreboot |