diff options
author | Patrick Georgi <patrick@georgi.software> | 2019-10-05 12:06:35 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-10-07 01:08:26 +0000 |
commit | 0df412d8ccef922fe61492ea022606377179216a (patch) | |
tree | 9d723a1877f76ef25201808277393b03cc9d3e9f /Documentation | |
parent | ad1fb313183297a4c14a6f98ceef963b6cdc82a0 (diff) | |
download | coreboot-0df412d8ccef922fe61492ea022606377179216a.tar.xz |
Documentation/mb: Link AMD mainboards directly in the big list
Fixes an issue with amd/index.md not being part of a toctree
Change-Id: Id419695d24a49951afb844c81cc0951d6920e0d2
Signed-off-by: Patrick Georgi <patrick@georgi.software>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35817
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/mainboard/amd/index.md | 7 | ||||
-rw-r--r-- | Documentation/mainboard/index.md | 3 |
2 files changed, 3 insertions, 7 deletions
diff --git a/Documentation/mainboard/amd/index.md b/Documentation/mainboard/amd/index.md deleted file mode 100644 index 7a33de8f78..0000000000 --- a/Documentation/mainboard/amd/index.md +++ /dev/null @@ -1,7 +0,0 @@ -# AMD platforms documentation - -This section contains documentation about specific AMD mainboards. - -## Mainboard - -- [padmelon](padmelon/padmelon.md) diff --git a/Documentation/mainboard/index.md b/Documentation/mainboard/index.md index 9531940d6f..8318975747 100644 --- a/Documentation/mainboard/index.md +++ b/Documentation/mainboard/index.md @@ -2,6 +2,9 @@ This section contains documentation about coreboot on specific mainboards. +## AMD +- [padmelon](amd/padmelon/padmelon.md) + ## ASRock - [H81M-HDS](asrock/h81m-hds.md) |