diff mbox series

[U-Boot] doc: arch: sandbox: Replace all the instances of README.sandbox

Message ID 20190729082204.10979-1-j-keerthy@ti.com
State Accepted
Commit 5917d0b877af8d553934c77247f1aa75f2dd048b
Delegated to: Tom Rini
Headers show
Series [U-Boot] doc: arch: sandbox: Replace all the instances of README.sandbox | expand

Commit Message

Keerthy July 29, 2019, 8:22 a.m. UTC
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>
---
 README                         | 2 +-
 arch/sandbox/include/asm/spi.h | 2 +-
 doc/README.gpt                 | 2 +-
 drivers/net/Kconfig            | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Comments

Tom Rini July 30, 2019, 1:25 a.m. UTC | #1
On Mon, Jul 29, 2019 at 01:52:04PM +0530, Keerthy wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/README b/README
index 7e610a8ebd..d2f466e6f6 100644
--- a/README
+++ b/README
@@ -212,7 +212,7 @@  board. This allows feature development which is not board- or architecture-
 specific to be undertaken on a native platform. The sandbox is also used to
 run some of U-Boot's tests.
 
-See board/sandbox/README.sandbox for more details.
+See doc/arch/index.rst for more details.
 
 
 Board Initialisation Flow:
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
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
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 0a1d228a88..084e095229 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -196,7 +196,7 @@  config ETH_SANDBOX_RAW
 	  This driver is a bridge from the bottom of the network stack
 	  in U-Boot to the RAW AF_PACKET API in Linux. This allows real
 	  network traffic to be tested from within sandbox. See
-	  board/sandbox/README.sandbox for more details.
+	  doc/arch/index.rst for more details.
 
 config ETH_DESIGNWARE
 	bool "Synopsys Designware Ethernet MAC"