diff mbox

[U-Boot] sandbox: Fix README to indicate that vendor name is unset

Message ID 1411499160-14673-1-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass Sept. 23, 2014, 7:05 p.m. UTC
This brings in a additional small fix which was missed in a recent update
to the README.

Suggested-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
---

 board/sandbox/README.sandbox | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Jagan Teki Sept. 24, 2014, 11:49 a.m. UTC | #1
On 24 September 2014 00:35, Simon Glass <sjg@chromium.org> wrote:
> This brings in a additional small fix which was missed in a recent update
> to the README.
>
> Suggested-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
>  board/sandbox/README.sandbox | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Acked-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>

>
> diff --git a/board/sandbox/README.sandbox b/board/sandbox/README.sandbox
> index 5f879f5..3c0df17 100644
> --- a/board/sandbox/README.sandbox
> +++ b/board/sandbox/README.sandbox
> @@ -18,8 +18,8 @@ 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.
> +The board name is 'sandbox' but the vendor name is unset, so there is a
> +single board in board/sandbox.
>
>  CONFIG_SANDBOX_BIG_ENDIAN should be defined when running on big-endian
>  machines.
> --
> 2.1.0.rc2.206.gedb03e5
>
Simon Glass Oct. 10, 2014, 2:56 a.m. UTC | #2
On 24 September 2014 05:49, Jagan Teki <jagannadh.teki@gmail.com> wrote:
> On 24 September 2014 00:35, Simon Glass <sjg@chromium.org> wrote:
>> This brings in a additional small fix which was missed in a recent update
>> to the README.
>>
>> Suggested-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
>> Signed-off-by: Simon Glass <sjg@chromium.org>
>> ---
>>
>>  board/sandbox/README.sandbox | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> Acked-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>

Applied to u-boot-x86/patman

>
>>
>> diff --git a/board/sandbox/README.sandbox b/board/sandbox/README.sandbox
>> index 5f879f5..3c0df17 100644
>> --- a/board/sandbox/README.sandbox
>> +++ b/board/sandbox/README.sandbox
>> @@ -18,8 +18,8 @@ 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.
>> +The board name is 'sandbox' but the vendor name is unset, so there is a
>> +single board in board/sandbox.
>>
>>  CONFIG_SANDBOX_BIG_ENDIAN should be defined when running on big-endian
>>  machines.
>> --
>> 2.1.0.rc2.206.gedb03e5
>>
>
>
>
> --
> Jagan.
diff mbox

Patch

diff --git a/board/sandbox/README.sandbox b/board/sandbox/README.sandbox
index 5f879f5..3c0df17 100644
--- a/board/sandbox/README.sandbox
+++ b/board/sandbox/README.sandbox
@@ -18,8 +18,8 @@  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.
+The board name is 'sandbox' but the vendor name is unset, so there is a
+single board in board/sandbox.
 
 CONFIG_SANDBOX_BIG_ENDIAN should be defined when running on big-endian
 machines.