All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] tools: move kermit files to tools/kermit directory
@ 2013-12-24  6:30 Masahiro Yamada
  2014-01-27 14:53 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2013-12-24  6:30 UTC (permalink / raw)
  To: u-boot

The script files, define2mk.sed and make-asm-offsets
are used to create autoconf.mk and asm-offsets.h
while build.

Whereas README, dot.kermrc, flash_param, send_cmd, send_image
are files useful for kermit.

We should not put files which have the totally different purpose
into the same directory.

This commit creates a new directory, tools/kermit,
and move kermit files into it.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Wolfgang Denk <wd@denx.de>
---

Please apply the following first to avoid a conflict:
cosmetic: tools/scripts/README: insert only one space between words
http://patchwork.ozlabs.org/patch/304887/

(I should have posted a patch series. Sorry.)



 tools/{scripts => kermit}/README      | 0
 tools/{scripts => kermit}/dot.kermrc  | 0
 tools/{scripts => kermit}/flash_param | 0
 tools/{scripts => kermit}/send_cmd    | 0
 tools/{scripts => kermit}/send_image  | 0
 5 files changed, 0 insertions(+), 0 deletions(-)
 rename tools/{scripts => kermit}/README (100%)
 rename tools/{scripts => kermit}/dot.kermrc (100%)
 rename tools/{scripts => kermit}/flash_param (100%)
 rename tools/{scripts => kermit}/send_cmd (100%)
 rename tools/{scripts => kermit}/send_image (100%)

diff --git a/tools/scripts/README b/tools/kermit/README
similarity index 100%
rename from tools/scripts/README
rename to tools/kermit/README
diff --git a/tools/scripts/dot.kermrc b/tools/kermit/dot.kermrc
similarity index 100%
rename from tools/scripts/dot.kermrc
rename to tools/kermit/dot.kermrc
diff --git a/tools/scripts/flash_param b/tools/kermit/flash_param
similarity index 100%
rename from tools/scripts/flash_param
rename to tools/kermit/flash_param
diff --git a/tools/scripts/send_cmd b/tools/kermit/send_cmd
similarity index 100%
rename from tools/scripts/send_cmd
rename to tools/kermit/send_cmd
diff --git a/tools/scripts/send_image b/tools/kermit/send_image
similarity index 100%
rename from tools/scripts/send_image
rename to tools/kermit/send_image
-- 
1.8.3.2

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot] tools: move kermit files to tools/kermit directory
  2013-12-24  6:30 [U-Boot] [PATCH] tools: move kermit files to tools/kermit directory Masahiro Yamada
@ 2014-01-27 14:53 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2014-01-27 14:53 UTC (permalink / raw)
  To: u-boot

On Tue, Dec 24, 2013 at 03:30:39PM +0900, Masahiro Yamada wrote:

> The script files, define2mk.sed and make-asm-offsets
> are used to create autoconf.mk and asm-offsets.h
> while build.
> 
> Whereas README, dot.kermrc, flash_param, send_cmd, send_image
> are files useful for kermit.
> 
> We should not put files which have the totally different purpose
> into the same directory.
> 
> This commit creates a new directory, tools/kermit,
> and move kermit files into it.
> 
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Wolfgang Denk <wd@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140127/f8c8628a/attachment.pgp>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-01-27 14:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-24  6:30 [U-Boot] [PATCH] tools: move kermit files to tools/kermit directory Masahiro Yamada
2014-01-27 14:53 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.