* [PATCH] arm: remove empty config.h
@ 2020-04-30 4:43 Masahiro Yamada
2020-05-04 6:47 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2020-04-30 4:43 UTC (permalink / raw)
To: barebox; +Cc: Masahiro Yamada
These are not included by anyone because these boards are not added
to board-y. The top Makefile creates the empty include/config.h if
a board-specific config.h deos not exist.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---
arch/arm/boards/afi-gf/config.h | 22 -------------------
arch/arm/boards/altera-socdk/config.h | 1 -
arch/arm/boards/ebv-socrates/config.h | 1 -
arch/arm/boards/solidrun-cubox/config.h | 4 ----
arch/arm/boards/terasic-de0-nano-soc/config.h | 1 -
arch/arm/boards/terasic-sockit/config.h | 1 -
6 files changed, 30 deletions(-)
delete mode 100644 arch/arm/boards/afi-gf/config.h
delete mode 100644 arch/arm/boards/altera-socdk/config.h
delete mode 100644 arch/arm/boards/ebv-socrates/config.h
delete mode 100644 arch/arm/boards/solidrun-cubox/config.h
delete mode 100644 arch/arm/boards/terasic-de0-nano-soc/config.h
delete mode 100644 arch/arm/boards/terasic-sockit/config.h
diff --git a/arch/arm/boards/afi-gf/config.h b/arch/arm/boards/afi-gf/config.h
deleted file mode 100644
index aeeda3695..000000000
--- a/arch/arm/boards/afi-gf/config.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright (C) 2012 Jan Luebbe <j.luebbe@pengutronix.de>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- */
-
-#ifndef __CONFIG_H
-#define __CONFIG_H
-
-#endif /* __CONFIG_H */
diff --git a/arch/arm/boards/altera-socdk/config.h b/arch/arm/boards/altera-socdk/config.h
deleted file mode 100644
index da84fa5f6..000000000
--- a/arch/arm/boards/altera-socdk/config.h
+++ /dev/null
@@ -1 +0,0 @@
-/* nothing */
diff --git a/arch/arm/boards/ebv-socrates/config.h b/arch/arm/boards/ebv-socrates/config.h
deleted file mode 100644
index da84fa5f6..000000000
--- a/arch/arm/boards/ebv-socrates/config.h
+++ /dev/null
@@ -1 +0,0 @@
-/* nothing */
diff --git a/arch/arm/boards/solidrun-cubox/config.h b/arch/arm/boards/solidrun-cubox/config.h
deleted file mode 100644
index ca1513681..000000000
--- a/arch/arm/boards/solidrun-cubox/config.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#ifndef __CONFIG_H
-#define __CONFIG_H
-
-#endif /* __CONFIG_H */
diff --git a/arch/arm/boards/terasic-de0-nano-soc/config.h b/arch/arm/boards/terasic-de0-nano-soc/config.h
deleted file mode 100644
index da84fa5f6..000000000
--- a/arch/arm/boards/terasic-de0-nano-soc/config.h
+++ /dev/null
@@ -1 +0,0 @@
-/* nothing */
diff --git a/arch/arm/boards/terasic-sockit/config.h b/arch/arm/boards/terasic-sockit/config.h
deleted file mode 100644
index da84fa5f6..000000000
--- a/arch/arm/boards/terasic-sockit/config.h
+++ /dev/null
@@ -1 +0,0 @@
-/* nothing */
--
2.25.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] arm: remove empty config.h
2020-04-30 4:43 [PATCH] arm: remove empty config.h Masahiro Yamada
@ 2020-05-04 6:47 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2020-05-04 6:47 UTC (permalink / raw)
To: Masahiro Yamada; +Cc: barebox
On Thu, Apr 30, 2020 at 01:43:57PM +0900, Masahiro Yamada wrote:
> These are not included by anyone because these boards are not added
> to board-y. The top Makefile creates the empty include/config.h if
> a board-specific config.h deos not exist.
>
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
> ---
Applied, thanks
Sascha
>
> arch/arm/boards/afi-gf/config.h | 22 -------------------
> arch/arm/boards/altera-socdk/config.h | 1 -
> arch/arm/boards/ebv-socrates/config.h | 1 -
> arch/arm/boards/solidrun-cubox/config.h | 4 ----
> arch/arm/boards/terasic-de0-nano-soc/config.h | 1 -
> arch/arm/boards/terasic-sockit/config.h | 1 -
> 6 files changed, 30 deletions(-)
> delete mode 100644 arch/arm/boards/afi-gf/config.h
> delete mode 100644 arch/arm/boards/altera-socdk/config.h
> delete mode 100644 arch/arm/boards/ebv-socrates/config.h
> delete mode 100644 arch/arm/boards/solidrun-cubox/config.h
> delete mode 100644 arch/arm/boards/terasic-de0-nano-soc/config.h
> delete mode 100644 arch/arm/boards/terasic-sockit/config.h
>
> diff --git a/arch/arm/boards/afi-gf/config.h b/arch/arm/boards/afi-gf/config.h
> deleted file mode 100644
> index aeeda3695..000000000
> --- a/arch/arm/boards/afi-gf/config.h
> +++ /dev/null
> @@ -1,22 +0,0 @@
> -/*
> - * Copyright (C) 2012 Jan Luebbe <j.luebbe@pengutronix.de>
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License as published by
> - * the Free Software Foundation; either version 2 of the License, or
> - * (at your option) any later version.
> - *
> - * This program is distributed in the hope that it will be useful,
> - * but WITHOUT ANY WARRANTY; without even the implied warranty of
> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> - * GNU General Public License for more details.
> - *
> - * You should have received a copy of the GNU General Public License along
> - * with this program; if not, write to the Free Software Foundation, Inc.,
> - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
> - */
> -
> -#ifndef __CONFIG_H
> -#define __CONFIG_H
> -
> -#endif /* __CONFIG_H */
> diff --git a/arch/arm/boards/altera-socdk/config.h b/arch/arm/boards/altera-socdk/config.h
> deleted file mode 100644
> index da84fa5f6..000000000
> --- a/arch/arm/boards/altera-socdk/config.h
> +++ /dev/null
> @@ -1 +0,0 @@
> -/* nothing */
> diff --git a/arch/arm/boards/ebv-socrates/config.h b/arch/arm/boards/ebv-socrates/config.h
> deleted file mode 100644
> index da84fa5f6..000000000
> --- a/arch/arm/boards/ebv-socrates/config.h
> +++ /dev/null
> @@ -1 +0,0 @@
> -/* nothing */
> diff --git a/arch/arm/boards/solidrun-cubox/config.h b/arch/arm/boards/solidrun-cubox/config.h
> deleted file mode 100644
> index ca1513681..000000000
> --- a/arch/arm/boards/solidrun-cubox/config.h
> +++ /dev/null
> @@ -1,4 +0,0 @@
> -#ifndef __CONFIG_H
> -#define __CONFIG_H
> -
> -#endif /* __CONFIG_H */
> diff --git a/arch/arm/boards/terasic-de0-nano-soc/config.h b/arch/arm/boards/terasic-de0-nano-soc/config.h
> deleted file mode 100644
> index da84fa5f6..000000000
> --- a/arch/arm/boards/terasic-de0-nano-soc/config.h
> +++ /dev/null
> @@ -1 +0,0 @@
> -/* nothing */
> diff --git a/arch/arm/boards/terasic-sockit/config.h b/arch/arm/boards/terasic-sockit/config.h
> deleted file mode 100644
> index da84fa5f6..000000000
> --- a/arch/arm/boards/terasic-sockit/config.h
> +++ /dev/null
> @@ -1 +0,0 @@
> -/* nothing */
> --
> 2.25.1
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-05-04 6:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-30 4:43 [PATCH] arm: remove empty config.h Masahiro Yamada
2020-05-04 6:47 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox