Re: [U-Boot] [PATCH] sandbox: move source files from board/ to arch/sandbox/

2014-05-13 Thread Masahiro Yamada
Hi Simon, On Tue, 13 May 2014 09:18:22 -0600 Simon Glass wrote: > Hi Masahiro, > > On 29 April 2014 22:53, Masahiro Yamada wrote: > > > > Hi Simon, > > > > > > With this change, you can decrease one level hierarchy. > > > > > > > > board/sandbox/sandbox/sandbox.c > > > > -> board/sandbox/

Re: [U-Boot] [PATCH] sandbox: move source files from board/ to arch/sandbox/

2014-05-13 Thread Simon Glass
Hi Masahiro, On 29 April 2014 22:53, Masahiro Yamada wrote: > > Hi Simon, > > > > With this change, you can decrease one level hierarchy. > > > > > > board/sandbox/sandbox/sandbox.c > > > -> board/sandbox/sandbox.c > > > > That seems better to me. Will you update your patch? > > > > Sure. >

Re: [U-Boot] [PATCH] sandbox: move source files from board/ to arch/sandbox/

2014-04-29 Thread Masahiro Yamada
Hi Simon, > > With this change, you can decrease one level hierarchy. > > > > board/sandbox/sandbox/sandbox.c > > -> board/sandbox/sandbox.c > > That seems better to me. Will you update your patch? > Sure. Could you check this? http://patchwork.ozlabs.org/patch/344051/ Best Regards Masahi

Re: [U-Boot] [PATCH] sandbox: move source files from board/ to arch/sandbox/

2014-04-28 Thread Simon Glass
Hi Masahiro, On 23 April 2014 20:14, Masahiro Yamada wrote: > Hi Simon, > > On Wed, 23 Apr 2014 09:04:20 -0600 > Simon Glass wrote: > >> Hi Masahiro, >> >> On 21 April 2014 19:00, Masahiro Yamada wrote: >> > Hi Simon, >> > >> > >> > On Mon, 21 Apr 2014 15:02:20 -0600 >> > Simon Glass wrote: >>

Re: [U-Boot] [PATCH] sandbox: move source files from board/ to arch/sandbox/

2014-04-23 Thread Masahiro Yamada
Hi Simon, On Wed, 23 Apr 2014 09:04:20 -0600 Simon Glass wrote: > Hi Masahiro, > > On 21 April 2014 19:00, Masahiro Yamada wrote: > > Hi Simon, > > > > > > On Mon, 21 Apr 2014 15:02:20 -0600 > > Simon Glass wrote: > > > >> Hi Masahiro, > >> > >> On 21 April 2014 03:39, Masahiro Yamada wrote:

Re: [U-Boot] [PATCH] sandbox: move source files from board/ to arch/sandbox/

2014-04-23 Thread Simon Glass
Hi Masahiro, On 21 April 2014 19:00, Masahiro Yamada wrote: > Hi Simon, > > > On Mon, 21 Apr 2014 15:02:20 -0600 > Simon Glass wrote: > >> Hi Masahiro, >> >> On 21 April 2014 03:39, Masahiro Yamada wrote: >> > Prior to commit 33a02da0, all boards must have board/${BOARD}/ >> > or board/${VENDOR

Re: [U-Boot] [PATCH] sandbox: move source files from board/ to arch/sandbox/

2014-04-21 Thread Masahiro Yamada
Hi Simon, On Mon, 21 Apr 2014 15:02:20 -0600 Simon Glass wrote: > Hi Masahiro, > > On 21 April 2014 03:39, Masahiro Yamada wrote: > > Prior to commit 33a02da0, all boards must have board/${BOARD}/ > > or board/${VENDOR}/${BOARD}/ directory. > > Now this rule is obsolete. > > > > It looks weir

Re: [U-Boot] [PATCH] sandbox: move source files from board/ to arch/sandbox/

2014-04-21 Thread Simon Glass
Hi Masahiro, On 21 April 2014 03:39, Masahiro Yamada wrote: > Prior to commit 33a02da0, all boards must have board/${BOARD}/ > or board/${VENDOR}/${BOARD}/ directory. > Now this rule is obsolete. > > It looks weird that sandbox defines "vendor" and "board" just for > meeting the old U-Boot direct