diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2020-02-16 11:35:05 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-02-17 20:13:47 +0000 |
commit | f6be41a988e0143d5cb3629e445c14f6b9b127ac (patch) | |
tree | 88502e8fbaf926596667c738d2f631326b72c4b8 /Documentation/mainboard/lenovo/t431s.md | |
parent | f9e10f26ba0c35c99a2781fc9c6bddaca385bf3d (diff) |
Documentation/lenovo: Replace RST code with markdown
Latest Sphinx supports up path traversal in markdown. Replace old
RST code that's no longer needed to prevent it being copy and pasted.
Change-Id: Ieec5cc1f8d91a7fbc003efae465f61e6b72b39dc
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38930
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Peter Lemenkov <lemenkov@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'Documentation/mainboard/lenovo/t431s.md')
-rw-r--r-- | Documentation/mainboard/lenovo/t431s.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/mainboard/lenovo/t431s.md b/Documentation/mainboard/lenovo/t431s.md index 48315a2459..f177e0f452 100644 --- a/Documentation/mainboard/lenovo/t431s.md +++ b/Documentation/mainboard/lenovo/t431s.md @@ -26,9 +26,7 @@ the programmer. ![t431s_programming](t431s_programming.jpg) -```eval_rst -:doc:`../../flash_tutorial/ext_power` -``` +The general [flashing tutorial] has more details. Currently, detecting the model of soldered RAM at runtime and loading the corresponding SPD datum from CBFS is not implemented yet. You may |