summaryrefslogtreecommitdiff
path: root/doc/arch
diff options
context:
space:
mode:
Diffstat (limited to 'doc/arch')
-rw-r--r--doc/arch/nios2.rst2
-rw-r--r--doc/arch/sandbox/sandbox.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/arch/nios2.rst b/doc/arch/nios2.rst
index 34a75e7fb00..90b4ddf387b 100644
--- a/doc/arch/nios2.rst
+++ b/doc/arch/nios2.rst
@@ -13,7 +13,7 @@ Please refer to the link for Linux port and toolchains:
http://rocketboards.org/foswiki/view/Documentation/NiosIILinuxUserManual
The Nios II port of u-boot is controlled by device tree. Please check
-out doc/README.fdt-control.
+out :doc:`/develop/devicetree/control`.
To add a new board/configuration (eg, mysystem) to u-boot, you will need
three files.
diff --git a/doc/arch/sandbox/sandbox.rst b/doc/arch/sandbox/sandbox.rst
index 7e641306da2..0aad7a57b5e 100644
--- a/doc/arch/sandbox/sandbox.rst
+++ b/doc/arch/sandbox/sandbox.rst
@@ -72,7 +72,7 @@ console::
Err: lcd
=>
-You can issue commands as your would normally. If the command you want is
+You can issue commands as you would normally. If the command you want is
not supported you can add it to include/configs/sandbox.h.
To exit, type 'poweroff' or press Ctrl-C.
@@ -634,7 +634,7 @@ There are at least four possible ways to address this:
* Use the host malloc and free instead of U-Boot's custom allocator. This will
eliminate the need to annotate dlmalloc. However, using a different allocator
for sandbox will mean that bugs in dlmalloc will only be tested when running
- on read (or emulated) hardware.
+ on real (or emulated) hardware.
Until one of the above options are implemented, it will remain difficult
to sift through the massive amount of spurious warnings.