diff options
author | Naoki Hayama <naoki.hayama@lineo.co.jp> | 2020-10-08 13:16:58 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-10-22 09:54:53 -0400 |
commit | bbb140ed384867648bade5279cd7ca66c4d1bfef (patch) | |
tree | 33c14749eec9d96d0a4c3b4df17f1cea4955ee7c | |
parent | e4eb313af0986492236e7f5eb88919e20025881a (diff) | |
download | u-boot-bbb140ed384867648bade5279cd7ca66c4d1bfef.zip u-boot-bbb140ed384867648bade5279cd7ca66c4d1bfef.tar.gz u-boot-bbb140ed384867648bade5279cd7ca66c4d1bfef.tar.bz2 |
README: sandbox: Change reference to sandbox details
doc/arch/index.rst is a list of links to each architecture.
As for the sandbox details, doc/arch/sandbox.rst looks better.
Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>
Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -210,7 +210,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 doc/arch/index.rst for more details. +See doc/arch/sandbox.rst for more details. Board Initialisation Flow: |