diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2019-07-18 00:34:03 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-24 10:07:24 -0400 |
commit | 5f2c16dab20281f427c1138f33cefeb2e9785b7e (patch) | |
tree | eca824d7d9a206285e425f31a3416d82e1cf61fe /doc/arch/index.rst | |
parent | d838138657f91c814132d66ae25430891b772fd6 (diff) | |
download | u-boot-5f2c16dab20281f427c1138f33cefeb2e9785b7e.tar.gz u-boot-5f2c16dab20281f427c1138f33cefeb2e9785b7e.tar.bz2 u-boot-5f2c16dab20281f427c1138f33cefeb2e9785b7e.zip |
doc: arch: Convert README.mips to reST
Convert plain text documentation to reStructuredText format and add
it to Sphinx TOC tree. No essential content change.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'doc/arch/index.rst')
-rw-r--r-- | doc/arch/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/arch/index.rst b/doc/arch/index.rst index a03ee6b752..1aeb7a1327 100644 --- a/doc/arch/index.rst +++ b/doc/arch/index.rst @@ -5,3 +5,5 @@ Architecture-specific doc .. toctree:: :maxdepth: 2 + + mips |