[U-Boot] [PATCH] xilinx: delete meaningless .gitignore files

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

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
participants (1)
-
Masahiro Yamada