diff options
author | Simon Glass <sjg@chromium.org> | 2014-09-23 13:05:59 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-01-30 15:55:28 -0700 |
commit | 9b250ac400603fae55193412107fe3b1d746fa2f (patch) | |
tree | 0cc4edd44f75ce992ad13ebbb9b8d791b4c2679e /board/sandbox | |
parent | 4b89b8135f4792c456fbffbf7eea8456c3472455 (diff) |
sandbox: Fix README to indicate that vendor name is unset
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>
Acked-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
Diffstat (limited to 'board/sandbox')
-rw-r--r-- | board/sandbox/README.sandbox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/sandbox/README.sandbox b/board/sandbox/README.sandbox index 5f879f55065..3c0df178455 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. |