All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] xilinx: delete meaningless .gitignore files
@ 2014-03-04  2:36 Masahiro Yamada
  2014-03-04  6:10 ` Michal Simek
  2014-03-07 22:28 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 5+ messages in thread
From: Masahiro Yamada @ 2014-03-04  2:36 UTC (permalink / raw)
  To: u-boot

config.tmp is never generated

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Michal Simek <michal.simek@xilinx.com>
---

Hi Michal,

This patch is here because
as far as I tested, config.tmp file were never generated.

If I am doing a wrong thing,
please stop me.


 Makefile                               | 1 -
 board/avnet/fx12mm/.gitignore          | 1 -
 board/avnet/v5fx30teval/.gitignore     | 1 -
 board/xilinx/ml507/.gitignore          | 1 -
 board/xilinx/ppc405-generic/.gitignore | 1 -
 board/xilinx/ppc440-generic/.gitignore | 1 -
 6 files changed, 6 deletions(-)
 delete mode 100644 board/avnet/fx12mm/.gitignore
 delete mode 100644 board/avnet/v5fx30teval/.gitignore
 delete mode 100644 board/xilinx/ml507/.gitignore
 delete mode 100644 board/xilinx/ppc405-generic/.gitignore
 delete mode 100644 board/xilinx/ppc440-generic/.gitignore

diff --git a/Makefile b/Makefile
index 1e55be1..c93dfa5 100644
--- a/Makefile
+++ b/Makefile
@@ -1167,7 +1167,6 @@ include/license.h: tools/bin2header COPYING
 # Directories & files removed with 'make clean'
 CLEAN_DIRS  += $(MODVERDIR)
 CLEAN_FILES += u-boot.lds include/bmp_logo.h include/bmp_logo_data.h \
-	       board/*/config.tmp board/*/*/config.tmp \
 	       include/autoconf.mk* include/spl-autoconf.mk \
 	       include/tpl-autoconf.mk
 
diff --git a/board/avnet/fx12mm/.gitignore b/board/avnet/fx12mm/.gitignore
deleted file mode 100644
index b644f59..0000000
--- a/board/avnet/fx12mm/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-config.tmp
diff --git a/board/avnet/v5fx30teval/.gitignore b/board/avnet/v5fx30teval/.gitignore
deleted file mode 100644
index f6418a0..0000000
--- a/board/avnet/v5fx30teval/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/config.tmp
diff --git a/board/xilinx/ml507/.gitignore b/board/xilinx/ml507/.gitignore
deleted file mode 100644
index f6418a0..0000000
--- a/board/xilinx/ml507/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/config.tmp
diff --git a/board/xilinx/ppc405-generic/.gitignore b/board/xilinx/ppc405-generic/.gitignore
deleted file mode 100644
index b644f59..0000000
--- a/board/xilinx/ppc405-generic/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-config.tmp
diff --git a/board/xilinx/ppc440-generic/.gitignore b/board/xilinx/ppc440-generic/.gitignore
deleted file mode 100644
index f6418a0..0000000
--- a/board/xilinx/ppc440-generic/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/config.tmp
-- 
1.8.3.2

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

* [U-Boot] [PATCH] xilinx: delete meaningless .gitignore files
  2014-03-04  2:36 [U-Boot] [PATCH] xilinx: delete meaningless .gitignore files Masahiro Yamada
@ 2014-03-04  6:10 ` Michal Simek
  2014-03-07 22:28 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 5+ messages in thread
From: Michal Simek @ 2014-03-04  6:10 UTC (permalink / raw)
  To: u-boot

Hi Masahiro,

On 03/04/2014 03:36 AM, Masahiro Yamada wrote:
> config.tmp is never generated
> 
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Michal Simek <michal.simek@xilinx.com>
> ---
> 
> Hi Michal,
> 
> This patch is here because
> as far as I tested, config.tmp file were never generated.
> 
> If I am doing a wrong thing,
> please stop me.

I think you are doing right thing. Not sure why there was config.tmp
we are not using it.

Acked-by: Michal Simek <michal.simek@xilinx.com>

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140304/304e90f0/attachment.pgp>

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

* [U-Boot] xilinx: delete meaningless .gitignore files
  2014-03-04  2:36 [U-Boot] [PATCH] xilinx: delete meaningless .gitignore files Masahiro Yamada
  2014-03-04  6:10 ` Michal Simek
@ 2014-03-07 22:28 ` Tom Rini
  1 sibling, 0 replies; 5+ messages in thread
From: Tom Rini @ 2014-03-07 22:28 UTC (permalink / raw)
  To: u-boot

On Tue, Mar 04, 2014 at 11:36:51AM +0900, Masahiro Yamada wrote:

> config.tmp is never generated
> 
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Michal Simek <michal.simek@xilinx.com>
> Acked-by: Michal Simek <michal.simek@xilinx.com>

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/20140307/26c2bf47/attachment.pgp>

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

* [U-Boot] [PATCH] xilinx: delete meaningless .gitignore files
  2014-03-04  2:26 [U-Boot] [PATCH] " Masahiro Yamada
@ 2014-03-04  2:39 ` Masahiro Yamada
  0 siblings, 0 replies; 5+ messages in thread
From: Masahiro Yamada @ 2014-03-04  2:39 UTC (permalink / raw)
  To: u-boot


On Tue,  4 Mar 2014 11:26:57 +0900
Masahiro Yamada <yamada.m@jp.panasonic.com> wrote:

> config.tmp is never generated
> 
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Michal Simek <michal.simek@xilinx.com>
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>

I have reposted this patch
because of double Singed-off-by.

Please keep the latter.

Sorry for noise.

Best Regards
Masahiro Yamada

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

* [U-Boot] [PATCH] xilinx: delete meaningless .gitignore files
@ 2014-03-04  2:26 Masahiro Yamada
  2014-03-04  2:39 ` Masahiro Yamada
  0 siblings, 1 reply; 5+ messages in thread
From: Masahiro Yamada @ 2014-03-04  2:26 UTC (permalink / raw)
  To: u-boot

config.tmp is never generated

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
---

Hi Michal,

This patch is here because
as far as I tested, config.tmp file were never generated.

If I am doing a wrong thing,
please stop me.


 Makefile                               | 1 -
 board/avnet/fx12mm/.gitignore          | 1 -
 board/avnet/v5fx30teval/.gitignore     | 1 -
 board/xilinx/ml507/.gitignore          | 1 -
 board/xilinx/ppc405-generic/.gitignore | 1 -
 board/xilinx/ppc440-generic/.gitignore | 1 -
 6 files changed, 6 deletions(-)
 delete mode 100644 board/avnet/fx12mm/.gitignore
 delete mode 100644 board/avnet/v5fx30teval/.gitignore
 delete mode 100644 board/xilinx/ml507/.gitignore
 delete mode 100644 board/xilinx/ppc405-generic/.gitignore
 delete mode 100644 board/xilinx/ppc440-generic/.gitignore

diff --git a/Makefile b/Makefile
index 1e55be1..c93dfa5 100644
--- a/Makefile
+++ b/Makefile
@@ -1167,7 +1167,6 @@ include/license.h: tools/bin2header COPYING
 # Directories & files removed with 'make clean'
 CLEAN_DIRS  += $(MODVERDIR)
 CLEAN_FILES += u-boot.lds include/bmp_logo.h include/bmp_logo_data.h \
-	       board/*/config.tmp board/*/*/config.tmp \
 	       include/autoconf.mk* include/spl-autoconf.mk \
 	       include/tpl-autoconf.mk
 
diff --git a/board/avnet/fx12mm/.gitignore b/board/avnet/fx12mm/.gitignore
deleted file mode 100644
index b644f59..0000000
--- a/board/avnet/fx12mm/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-config.tmp
diff --git a/board/avnet/v5fx30teval/.gitignore b/board/avnet/v5fx30teval/.gitignore
deleted file mode 100644
index f6418a0..0000000
--- a/board/avnet/v5fx30teval/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/config.tmp
diff --git a/board/xilinx/ml507/.gitignore b/board/xilinx/ml507/.gitignore
deleted file mode 100644
index f6418a0..0000000
--- a/board/xilinx/ml507/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/config.tmp
diff --git a/board/xilinx/ppc405-generic/.gitignore b/board/xilinx/ppc405-generic/.gitignore
deleted file mode 100644
index b644f59..0000000
--- a/board/xilinx/ppc405-generic/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-config.tmp
diff --git a/board/xilinx/ppc440-generic/.gitignore b/board/xilinx/ppc440-generic/.gitignore
deleted file mode 100644
index f6418a0..0000000
--- a/board/xilinx/ppc440-generic/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/config.tmp
-- 
1.8.3.2

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

end of thread, other threads:[~2014-03-07 22:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-04  2:36 [U-Boot] [PATCH] xilinx: delete meaningless .gitignore files Masahiro Yamada
2014-03-04  6:10 ` Michal Simek
2014-03-07 22:28 ` [U-Boot] " Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2014-03-04  2:26 [U-Boot] [PATCH] " Masahiro Yamada
2014-03-04  2:39 ` Masahiro Yamada

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.