[U-Boot] [PATCH] sandbox: set sandbox's vendor as null
Simon Glass
sjg at chromium.org
Wed Apr 30 20:50:21 CEST 2014
On 29 April 2014 21:08, Masahiro Yamada <yamada.m at jp.panasonic.com> wrote:
>
> 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 reduces one level directory hierarchy.
> The files board/sandbox/sandbox/* have been moved to board/sandbox/*.
>
> Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
> Cc: Simon Glass <sjg at chromium.org>
Acked-by: Simon Glass <sjg at chromium.org>
>
> ---
> board/sandbox/Makefile | 7 +++
> board/sandbox/README.sandbox | 91 ++++++++++++++++++++++++++++++++++++
> board/sandbox/sandbox.c | 83 ++++++++++++++++++++++++++++++++
> board/sandbox/sandbox/Makefile | 7 ---
> board/sandbox/sandbox/README.sandbox | 91 ------------------------------------
> board/sandbox/sandbox/sandbox.c | 83 --------------------------------
> boards.cfg | 2 +-
> 7 files changed, 182 insertions(+), 182 deletions(-)
> create mode 100644 board/sandbox/Makefile
> create mode 100644 board/sandbox/README.sandbox
> create mode 100644 board/sandbox/sandbox.c
> delete mode 100644 board/sandbox/sandbox/Makefile
> delete mode 100644 board/sandbox/sandbox/README.sandbox
> delete mode 100644 board/sandbox/sandbox/sandbox.c
More information about the U-Boot
mailing list