diff options
| author | Simon Glass <[email protected]> | 2024-07-17 09:30:52 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2024-07-19 13:53:05 +0200 |
| commit | c684db989e86cc041da30114c4d7f8d549260875 (patch) | |
| tree | e6828a4e42f3bc4993162f20152b65bd5693d053 /doc/develop/bootstd/index.rst | |
| parent | d5b6800374e73e1b50422baa290814ddb7d69e6c (diff) | |
doc: Move bootstd into its own directory
Before adding more files, move the bootstd docs into a new directory,
with an index.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
Diffstat (limited to 'doc/develop/bootstd/index.rst')
| -rw-r--r-- | doc/develop/bootstd/index.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/develop/bootstd/index.rst b/doc/develop/bootstd/index.rst new file mode 100644 index 00000000000..f4f87c7787c --- /dev/null +++ b/doc/develop/bootstd/index.rst @@ -0,0 +1,9 @@ +.. SPDX-License-Identifier: GPL-2.0+: + +Standard Boot +============= + +.. toctree:: + :maxdepth: 2 + + overview |
