diff mbox

[U-Boot,1/2] sandbox: Update minor documentation changes

Message ID 1409317630-14270-1-git-send-email-jagannadh.teki@gmail.com
State Superseded
Headers show

Commit Message

Jagan Teki Aug. 29, 2014, 1:07 p.m. UTC
From: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>

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

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
---
 README                       | 2 +-
 board/sandbox/README.sandbox | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Masahiro Yamada Aug. 31, 2014, 1:40 p.m. UTC | #1
Hi Jagan,


2014-08-29 22:07 GMT+09:00 Jagannadha Sutradharudu Teki
<jagannadh.teki@gmail.com>:
> From: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
>
> - Use _defconfig instead of _config, but _config is still working.
> - Corrected README.sandbox path in ./README
>
> Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
> ---
>  README                       | 2 +-
>  board/sandbox/README.sandbox | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/README b/README
> index 1e63f04..e88184b 100644
> --- 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:

Thanks for catching this!

Could you also fix the following part in /board/sandbox/README.sandbox ?

---------------------->8--------------------------
The chosen vendor and board names are also 'sandbox', so there is a single
board in board/sandbox/sandbox.
----------------------8<--------------------------
diff mbox

Patch

diff --git a/README b/README
index 1e63f04..e88184b 100644
--- 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:
diff --git a/board/sandbox/README.sandbox b/board/sandbox/README.sandbox
index 529c447..2613c46 100644
--- a/board/sandbox/README.sandbox
+++ b/board/sandbox/README.sandbox
@@ -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