diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2019-07-25 19:04:04 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-29 09:32:08 -0400 |
commit | 090b30db09b6ff42d63eed308089df48f2fe60a8 (patch) | |
tree | a44acdba402f1e1d15d6ab8a6f3db7c00161cfbd /doc/board/renesas | |
parent | e35d533c79c75e9ad68a2e78da52c8ce58e6ce0d (diff) | |
download | u-boot-090b30db09b6ff42d63eed308089df48f2fe60a8.zip u-boot-090b30db09b6ff42d63eed308089df48f2fe60a8.tar.gz u-boot-090b30db09b6ff42d63eed308089df48f2fe60a8.tar.bz2 |
doc: board: Add missing board index.rst files
These board index.rst files are missing in previous html doc patch
series, hence it causes some build warnings. Add those files.
Reported-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'doc/board/renesas')
-rw-r--r-- | doc/board/renesas/index.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/board/renesas/index.rst b/doc/board/renesas/index.rst new file mode 100644 index 0000000..34e62ba --- /dev/null +++ b/doc/board/renesas/index.rst @@ -0,0 +1,10 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +Renesas +======= + +.. toctree:: + :maxdepth: 2 + + sh7752evb + sh7753evb |