diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-05-14 12:57:28 +0900 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-05-16 11:41:22 -0700 |
commit | 2dabac1337facbdef20d1a9bf54b68225d2518dc (patch) | |
tree | 97889a35477e7a2fbd796413d2f0fd3026ad8cf6 /board/sandbox | |
parent | c6eb9458e82cb47afa8f20e21a4cac5211eab557 (diff) | |
download | u-boot-imx-2dabac1337facbdef20d1a9bf54b68225d2518dc.zip u-boot-imx-2dabac1337facbdef20d1a9bf54b68225d2518dc.tar.gz u-boot-imx-2dabac1337facbdef20d1a9bf54b68225d2518dc.tar.bz2 |
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>
Diffstat (limited to 'board/sandbox')
-rw-r--r-- | board/sandbox/Makefile (renamed from board/sandbox/sandbox/Makefile) | 0 | ||||
-rw-r--r-- | board/sandbox/README.sandbox (renamed from board/sandbox/sandbox/README.sandbox) | 0 | ||||
-rw-r--r-- | board/sandbox/sandbox.c (renamed from board/sandbox/sandbox/sandbox.c) | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/board/sandbox/sandbox/Makefile b/board/sandbox/Makefile index a0b9880..a0b9880 100644 --- a/board/sandbox/sandbox/Makefile +++ b/board/sandbox/Makefile diff --git a/board/sandbox/sandbox/README.sandbox b/board/sandbox/README.sandbox index 529c447..529c447 100644 --- a/board/sandbox/sandbox/README.sandbox +++ b/board/sandbox/README.sandbox diff --git a/board/sandbox/sandbox/sandbox.c b/board/sandbox/sandbox.c index e4d4e02..e4d4e02 100644 --- a/board/sandbox/sandbox/sandbox.c +++ b/board/sandbox/sandbox.c |