Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | sandbox: Update minor documentation changes | Jagannadha Sutradharudu Teki | 2014-09-21 | -3/+3 |
| | | | | | | | | - Use _defconfig instead of _config, but still _config is working. - Corrected README.sandbox path in ./README Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> | |||
* | sandbox: set sandbox's vendor to null | Masahiro Yamada | 2014-05-16 | -0/+299 |
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> |