diff options
author | Jagannadha Sutradharudu Teki <jaganna@gmail.com> | 2014-08-31 21:19:43 +0530 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-09-21 12:03:06 -0600 |
commit | 6b1978f8a14fc2f53715f65827e98d607cc21e63 (patch) | |
tree | 2854590bf4ad926465b6493ebb66e6c27011517f /board/sandbox | |
parent | 9170818a4e004af7893fa0113f6e5b4afafded55 (diff) |
sandbox: Update minor documentation changes
- 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>
Diffstat (limited to 'board/sandbox')
-rw-r--r-- | board/sandbox/README.sandbox | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/board/sandbox/README.sandbox b/board/sandbox/README.sandbox index 529c447a5b3..5f879f55065 100644 --- a/board/sandbox/README.sandbox +++ b/board/sandbox/README.sandbox @@ -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 |