Skip to content
Snippets Groups Projects
Commit 6b1978f8 authored by Jagan Teki's avatar Jagan Teki Committed by Simon Glass
Browse files

sandbox: Update minor documentation changes


- Use _defconfig instead of _config, but still _config is working.
- Corrected README.sandbox path in ./README

Signed-off-by: default avatarJagannadha Sutradharudu Teki <jaganna@gmail.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent 9170818a
No related branches found
No related tags found
No related merge requests found
...@@ -272,7 +272,7 @@ board. This allows feature development which is not board- or architecture- ...@@ -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 specific to be undertaken on a native platform. The sandbox is also used to
run some of U-Boot's tests. 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: Configuration Options:
......
...@@ -19,7 +19,7 @@ create unit tests which we can run to test this upper level code. ...@@ -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. CONFIG_SANDBOX is defined when building a native board.
The chosen vendor and board names are also 'sandbox', so there is a single 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 CONFIG_SANDBOX_BIG_ENDIAN should be defined when running on big-endian
machines. machines.
...@@ -32,7 +32,7 @@ Basic Operation ...@@ -32,7 +32,7 @@ Basic Operation
To run sandbox U-Boot use something like: To run sandbox U-Boot use something like:
make sandbox_config all make sandbox_defconfig all
./u-boot ./u-boot
Note: Note:
...@@ -41,7 +41,7 @@ Note: ...@@ -41,7 +41,7 @@ Note:
build sandbox without SDL (i.e. no display/keyboard support) by removing build sandbox without SDL (i.e. no display/keyboard support) by removing
the CONFIG_SANDBOX_SDL line in include/configs/sandbox.h or using: 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 ./u-boot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment