Commit 9b250ac400603fae55193412107fe3b1d746fa2f

Authored by Simon Glass
1 parent 4b89b8135f

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>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

board/sandbox/README.sandbox
... ... @@ -18,8 +18,8 @@
18 18  
19 19 CONFIG_SANDBOX is defined when building a native board.
20 20  
21   -The chosen vendor and board names are also 'sandbox', so there is a single
22   -board in board/sandbox.
  21 +The board name is 'sandbox' but the vendor name is unset, so there is a
  22 +single board in board/sandbox.
23 23  
24 24 CONFIG_SANDBOX_BIG_ENDIAN should be defined when running on big-endian
25 25 machines.