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 /arch/sandbox/include | |
parent | 81b1158897dde57a4b26fea5ef927cf512e64b87 (diff) | |
download | u-boot-5917d0b877af8d553934c77247f1aa75f2dd048b.tar.gz |
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 'arch/sandbox/include')
-rw-r--r-- | arch/sandbox/include/asm/spi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/include/asm/spi.h b/arch/sandbox/include/asm/spi.h index 9985e3c494..98e1826e2c 100644 --- a/arch/sandbox/include/asm/spi.h +++ b/arch/sandbox/include/asm/spi.h @@ -1,5 +1,5 @@ /* - * Simulate a SPI port and clients (see README.sandbox for details) + * Simulate a SPI port and clients (see doc/arch/sandbox.rst for details) * * Copyright (c) 2011-2013 The Chromium OS Authors. * See file CREDITS for list of people who contributed to this |