sandbox: set sandbox's vendor to null
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Wed, 14 May 2014 03:57:28 +0000 (12:57 +0900)
committerSimon Glass <sjg@chromium.org>
Fri, 16 May 2014 18:41:22 +0000 (11:41 -0700)
commit2dabac1337facbdef20d1a9bf54b68225d2518dc
tree97889a35477e7a2fbd796413d2f0fd3026ad8cf6
parentc6eb9458e82cb47afa8f20e21a4cac5211eab557
sandbox: set sandbox's vendor to null

Because sandbox is not a real hardware, setting vendor=sandbox is
almost meaningless.

This commit sets sandbox's vendor field to '-'.

It is a good thing that it decreases one level directory hierarchy.
The files board/sandbox/sandbox/* have been moved to board/sandbox/*.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
board/sandbox/Makefile [moved from board/sandbox/sandbox/Makefile with 100% similarity]
board/sandbox/README.sandbox [moved from board/sandbox/sandbox/README.sandbox with 100% similarity]
board/sandbox/sandbox.c [moved from board/sandbox/sandbox/sandbox.c with 100% similarity]
boards.cfg