Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-18 | sandbox: cros_ec: Drop unnecessary init | Simon Glass | |
Since driver model will probe the EC when it is first used, we do not need to init it explicitly. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2014-05-16 | sandbox: set sandbox's vendor to null | Masahiro Yamada | |
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> |