* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.4
@ 2015-09-17 8:59 Simon Horman
2015-09-17 8:59 ` [PATCH 1/2] ARM: shmobile: Remove Marzen from shmobile_defconfig Simon Horman
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Simon Horman @ 2015-09-17 8:59 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these Renesas ARM based SoC defconfig updates for v4.4.
This is a minor cleanup of defconfigs after reshuffling to
remove legacy board code.
The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:
Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v4.4
for you to fetch changes up to 0a8b0695f4c490c349ee12956d6946576c44a419:
ARM: multi_v7_defconfig: Remove Marzen (2015-09-14 10:12:59 +0900)
----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Updates for v4.4
* Remove now non-existent MACH_MARZEN from defconfigs
----------------------------------------------------------------
Magnus Damm (1):
ARM: shmobile: Remove Marzen from shmobile_defconfig
Simon Horman (1):
ARM: multi_v7_defconfig: Remove Marzen
arch/arm/configs/multi_v7_defconfig | 1 -
arch/arm/configs/shmobile_defconfig | 1 -
2 files changed, 2 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* [PATCH 1/2] ARM: shmobile: Remove Marzen from shmobile_defconfig
2015-09-17 8:59 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.4 Simon Horman
@ 2015-09-17 8:59 ` Simon Horman
2015-09-17 8:59 ` [PATCH 2/2] ARM: multi_v7_defconfig: Remove Marzen Simon Horman
2015-10-06 14:03 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.4 Arnd Bergmann
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2015-09-17 8:59 UTC (permalink / raw)
To: linux-arm-kernel
From: Magnus Damm <damm+renesas@opensource.se>
Kill of the defconfig bits now when the marzen-reference board code is gone.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/shmobile_defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 89bf31ccfbfa..0bdeb4925be4 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -21,7 +21,6 @@ CONFIG_ARCH_R8A7791=y
CONFIG_ARCH_R8A7793=y
CONFIG_ARCH_R8A7794=y
CONFIG_ARCH_SH73A0=y
-CONFIG_MACH_MARZEN=y
CONFIG_CPU_BPREDICT_DISABLE=y
CONFIG_PL310_ERRATA_588369=y
CONFIG_ARM_ERRATA_754322=y
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] ARM: multi_v7_defconfig: Remove Marzen
2015-09-17 8:59 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.4 Simon Horman
2015-09-17 8:59 ` [PATCH 1/2] ARM: shmobile: Remove Marzen from shmobile_defconfig Simon Horman
@ 2015-09-17 8:59 ` Simon Horman
2015-10-06 14:03 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.4 Arnd Bergmann
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2015-09-17 8:59 UTC (permalink / raw)
To: linux-arm-kernel
Kill of the defconfig bits now when the marzen-reference board code is gone.
Based on work by Magnus Damm.
Acked-by: Magnus Damm <damm@opensource.se>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/multi_v7_defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 03deb7fb35e8..e682da3f9d42 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -85,7 +85,6 @@ CONFIG_ARCH_R8A7791=y
CONFIG_ARCH_R8A7793=y
CONFIG_ARCH_R8A7794=y
CONFIG_ARCH_SH73A0=y
-CONFIG_MACH_MARZEN=y
CONFIG_ARCH_SUNXI=y
CONFIG_ARCH_SIRF=y
CONFIG_ARCH_TEGRA=y
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.4
2015-09-17 8:59 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.4 Simon Horman
2015-09-17 8:59 ` [PATCH 1/2] ARM: shmobile: Remove Marzen from shmobile_defconfig Simon Horman
2015-09-17 8:59 ` [PATCH 2/2] ARM: multi_v7_defconfig: Remove Marzen Simon Horman
@ 2015-10-06 14:03 ` Arnd Bergmann
2 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2015-10-06 14:03 UTC (permalink / raw)
To: linux-arm-kernel
On Thursday 17 September 2015 17:59:53 Simon Horman wrote:
> Please consider these Renesas ARM based SoC defconfig updates for v4.4.
>
> This is a minor cleanup of defconfigs after reshuffling to
> remove legacy board code.
>
>
Merged into next/defconfig, thanks!
Arnd
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-10-06 14:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-17 8:59 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.4 Simon Horman
2015-09-17 8:59 ` [PATCH 1/2] ARM: shmobile: Remove Marzen from shmobile_defconfig Simon Horman
2015-09-17 8:59 ` [PATCH 2/2] ARM: multi_v7_defconfig: Remove Marzen Simon Horman
2015-10-06 14:03 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.4 Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox