diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2019-07-18 00:34:05 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-24 10:07:24 -0400 |
commit | 9dc054bb442f900c5d40c964110c5ba3247c2983 (patch) | |
tree | 20b72bef1ce27eca0a74285f088aca1bac44b4c4 /doc/board/index.rst | |
parent | 428c3f55286192d3ec932698b50985dd9f212545 (diff) | |
download | u-boot-9dc054bb442f900c5d40c964110c5ba3247c2983.tar.gz |
doc: board: Add Intel Crown Bay board doc
This extracts Intel Crown Bay board specific information from
README.x86, converts plain text documentation to reST format and
adds it to Sphinx TOC tree. No essential content change.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'doc/board/index.rst')
-rw-r--r-- | doc/board/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/board/index.rst b/doc/board/index.rst index b47f672ddf..99b5d2f46a 100644 --- a/doc/board/index.rst +++ b/doc/board/index.rst @@ -5,3 +5,5 @@ Board-specific doc .. toctree:: :maxdepth: 2 + + intel/index |