
2014-09-23 2:26 GMT+09:00 Simon Glass sjg@chromium.org:
Hi Masahiro,
On 22 September 2014 11:13, Masahiro YAMADA yamada.m@jp.panasonic.com wrote:
2014-09-23 0:33 GMT+09:00 Simon Glass sjg@chromium.org:
Jagannadha Sutradharudu Teki (1): sandbox: Update minor documentation changes
As I commented in http://patchwork.ozlabs.org/patch/384547/ the second hunk does not make sense at all and not fixed yet.
I did read your comment but thought it was addressed. Are you wanting to change this line also?
The chosen vendor and board names are also 'sandbox', so there is a single
Let me know what you'd like it to say, and I'll prepare a patch.
Prior to commit 2dabac1337facbd (sandbox: set sandbox's vendor to null), the following statement was correct: The chosen vendor and board names are also 'sandbox', so there is a single board in board/sandbox/sandbox.
Since commit 2dabac1337facbd: The board name is 'sandbox' but the vendor name is unset, so there is a single board in board/sandbox.
(Note, the board directory is specified by board/${VENDOR}/${BOARD}, or board/${BOARD} if VENDOR is null. )