diff options
author | Keerthy <j-keerthy@ti.com> | 2019-07-29 13:52:04 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-29 09:32:09 -0400 |
commit | 5917d0b877af8d553934c77247f1aa75f2dd048b (patch) | |
tree | d91e587ac5b3ec1c03e0db99c04e2a4f6fa8d403 /doc | |
parent | 81b1158897dde57a4b26fea5ef927cf512e64b87 (diff) | |
download | u-boot-5917d0b877af8d553934c77247f1aa75f2dd048b.tar.gz u-boot-5917d0b877af8d553934c77247f1aa75f2dd048b.tar.bz2 u-boot-5917d0b877af8d553934c77247f1aa75f2dd048b.zip |
doc: arch: sandbox: Replace all the instances of README.sandbox
commit 49116e6d236d ("doc: arch: Convert README.sandbox to reST")
Moves README.sandbox to doc/arch.
Replace all the existing instances to point to the right documentation
file.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.gpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.gpt b/doc/README.gpt index 62013a3f89..facd7afc3a 100644 --- a/doc/README.gpt +++ b/doc/README.gpt @@ -229,7 +229,7 @@ U-BOOT> gpt rename mmc 0 1 primary The GPT functionality may be tested with the 'sandbox' board by creating a disk image as described under 'Block Device Emulation' in -board/sandbox/README.sandbox: +doc/arch/index.rst: =>host bind 0 ./disk.raw => gpt read host 0 |