diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-07-24 10:33:31 +0200 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-07-24 10:49:51 +0200 |
commit | 30c5cbf31b6e6deb63a58ecb03b89384a09fb473 (patch) | |
tree | 42ceceb9a3b2a1d9711e589a137812e96d289705 | |
parent | 00ac4b414fe9187aaa69e2e386879b574ae34991 (diff) | |
download | u-boot-30c5cbf31b6e6deb63a58ecb03b89384a09fb473.zip u-boot-30c5cbf31b6e6deb63a58ecb03b89384a09fb473.tar.gz u-boot-30c5cbf31b6e6deb63a58ecb03b89384a09fb473.tar.bz2 |
doc: remove qemu_capsule_update from index
Commit 316ab801c0d9 ("doc: Update CapsuleUpdate READMEs") deleted file
doc/board/emulation/qemu_capsule_update.rst. Update the index. this avoids
doc/board/emulation/index.rst:6: WARNING:
toctree contains reference to nonexisting document
'board/emulation/qemu_capsule_update'
Fixes: 316ab801c0d9 ("doc: Update CapsuleUpdate READMEs")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
-rw-r--r-- | doc/board/emulation/index.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/board/emulation/index.rst b/doc/board/emulation/index.rst index be66b6b..b5b6c3f 100644 --- a/doc/board/emulation/index.rst +++ b/doc/board/emulation/index.rst @@ -11,4 +11,3 @@ Emulation qemu-ppce500 qemu-riscv qemu-x86 - qemu_capsule_update |