]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sandbox: Update minor documentation changes
authorJagannadha Sutradharudu Teki <jaganna@gmail.com>
Sun, 31 Aug 2014 15:49:43 +0000 (21:19 +0530)
committerSimon Glass <sjg@chromium.org>
Sun, 21 Sep 2014 18:03:06 +0000 (12:03 -0600)
- Use _defconfig instead of _config, but still _config is working.
- Corrected README.sandbox path in ./README

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
README
board/sandbox/README.sandbox

diff --git a/README b/README
index 0a0f528af117e94f86918078b23b7ec8c5561f96..276869a3d8967dbfa495ee29672da67559fd559f 100644 (file)
--- a/README
+++ b/README
@@ -272,7 +272,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/sandbox/README.sandbox for more details.
+See board/sandbox/README.sandbox for more details.
 
 
 Configuration Options:
index 529c447a5b351b387e2a027f610b7cfd6e6281d1..5f879f55065255d31ec152fde745190f60d4fe2f 100644 (file)
@@ -19,7 +19,7 @@ create unit tests which we can run to test this upper level code.
 CONFIG_SANDBOX is defined when building a native board.
 
 The chosen vendor and board names are also 'sandbox', so there is a single
-board in board/sandbox/sandbox.
+board in board/sandbox.
 
 CONFIG_SANDBOX_BIG_ENDIAN should be defined when running on big-endian
 machines.
@@ -32,7 +32,7 @@ Basic Operation
 
 To run sandbox U-Boot use something like:
 
-   make sandbox_config all
+   make sandbox_defconfig all
    ./u-boot
 
 Note:
@@ -41,7 +41,7 @@ Note:
    build sandbox without SDL (i.e. no display/keyboard support) by removing
    the CONFIG_SANDBOX_SDL line in include/configs/sandbox.h or using:
 
-      make sandbox_config all NO_SDL=1
+      make sandbox_defconfig all NO_SDL=1
       ./u-boot