Re: [U-Boot] [PATCH v2] sandbox: set sandbox's vendor to null

2014-05-14 Thread Simon Glass
On 13 May 2014 21:57, Masahiro Yamada  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 decreases one level directory hierarchy.
> The files board/sandbox/sandbox/* have been moved to board/sandbox/*.
>
> Signed-off-by: Masahiro Yamada 
> Acked-by: Simon Glass 

Tested-by: Simon Glass 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH v2] sandbox: set sandbox's vendor to null

2014-05-13 Thread 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 
Acked-by: Simon Glass 
---

Changes in v2:
  - Rebase

 board/sandbox/{sandbox => }/Makefile   | 0
 board/sandbox/{sandbox => }/README.sandbox | 0
 board/sandbox/{sandbox => }/sandbox.c  | 0
 boards.cfg | 2 +-
 4 files changed, 1 insertion(+), 1 deletion(-)
 rename board/sandbox/{sandbox => }/Makefile (100%)
 rename board/sandbox/{sandbox => }/README.sandbox (100%)
 rename board/sandbox/{sandbox => }/sandbox.c (100%)

diff --git a/board/sandbox/sandbox/Makefile b/board/sandbox/Makefile
similarity index 100%
rename from board/sandbox/sandbox/Makefile
rename to board/sandbox/Makefile
diff --git a/board/sandbox/sandbox/README.sandbox b/board/sandbox/README.sandbox
similarity index 100%
rename from board/sandbox/sandbox/README.sandbox
rename to board/sandbox/README.sandbox
diff --git a/board/sandbox/sandbox/sandbox.c b/board/sandbox/sandbox.c
similarity index 100%
rename from board/sandbox/sandbox/sandbox.c
rename to board/sandbox/sandbox.c
diff --git a/boards.cfg b/boards.cfg
index 6aea684..59b5c4c 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -1182,7 +1182,7 @@ Active  powerpc ppc4xx -   xilinx 
 ppc405-generic
 Active  powerpc ppc4xx -   xilinx  ppc405-generic  
xilinx-ppc405-generic_flash   
xilinx-ppc405-generic:SYS_TEXT_BASE=0xF7F6,RESET_VECTOR_ADDRESS=0xF7FC  
  Ricardo Ribalda 

 Active  powerpc ppc4xx -   xilinx  ppc440-generic  
xilinx-ppc440-generic 
xilinx-ppc440-generic:SYS_TEXT_BASE=0x0400,RESET_VECTOR_ADDRESS=0x0410,BOOT_FROM_XMD=1
Ricardo Ribalda 
 Active  powerpc ppc4xx -   xilinx  ppc440-generic  
xilinx-ppc440-generic_flash   
xilinx-ppc440-generic:SYS_TEXT_BASE=0xF7F6,RESET_VECTOR_ADDRESS=0xF7FC  
  Ricardo Ribalda 

-Active  sandbox sandbox-   sandbox sandbox 
sandbox   - 

Simon Glass 
+Active  sandbox sandbox-   -   sandbox 
sandbox   - 

Simon Glass 
 Active  sh  sh2-   renesas rsk7203 
rsk7203   - 

Nobuhiro Iwamatsu :Nobuhiro Iwamatsu 

 Active  sh  sh2-   renesas rsk7264 
rsk7264   - 

Phil Edworthy 
 Active  sh  sh2-   renesas rsk7269 
rsk7269   - 

-
-- 
1.8.3.2

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot