linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mach-h720x: fix build error
@ 2011-06-15  8:43 Linus Walleij
  2011-06-16  7:32 ` Sascha Hauer
  0 siblings, 1 reply; 3+ messages in thread
From: Linus Walleij @ 2011-06-15  8:43 UTC (permalink / raw)
  To: linux-arm-kernel

From: Linus Walleij <linus.walleij@linaro.org>

The h7201/h7202 machines did not build since they define
ARM_DMA_ZONE_OFFSET but do not select ZONE_DMA. Fix it up by
selecting ZONE_DMA in their Kconfig.

Cc: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 arch/arm/mach-h720x/Kconfig |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-h720x/Kconfig b/arch/arm/mach-h720x/Kconfig
index 9b6982e..abf356c 100644
--- a/arch/arm/mach-h720x/Kconfig
+++ b/arch/arm/mach-h720x/Kconfig
@@ -6,12 +6,14 @@ config ARCH_H7201
 	bool "gms30c7201"
 	depends on ARCH_H720X
 	select CPU_H7201
+	select ZONE_DMA
 	help
 	  Say Y here if you are using the Hynix GMS30C7201 Reference Board
 
 config ARCH_H7202
 	bool "hms30c7202"
 	select CPU_H7202
+	select ZONE_DMA
 	depends on ARCH_H720X
 	help
 	  Say Y here if you are using the Hynix HMS30C7202 Reference Board
-- 
1.7.3.2

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

* [PATCH] mach-h720x: fix build error
  2011-06-15  8:43 [PATCH] mach-h720x: fix build error Linus Walleij
@ 2011-06-16  7:32 ` Sascha Hauer
  2011-06-16  7:38   ` Linus Walleij
  0 siblings, 1 reply; 3+ messages in thread
From: Sascha Hauer @ 2011-06-16  7:32 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jun 15, 2011 at 10:43:21AM +0200, Linus Walleij wrote:
> From: Linus Walleij <linus.walleij@linaro.org>
> 
> The h7201/h7202 machines did not build since they define
> ARM_DMA_ZONE_OFFSET but do not select ZONE_DMA. Fix it up by
> selecting ZONE_DMA in their Kconfig.
> 
> Cc: Sascha Hauer <s.hauer@pengutronix.de>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

Acked-by: Sascha Hauer <s.hauer@pengutronix.de>

I could take this through my i.MX tree, though the topic is quite wrong.
Can you check this into the patch system?

Sascha

> ---
>  arch/arm/mach-h720x/Kconfig |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-h720x/Kconfig b/arch/arm/mach-h720x/Kconfig
> index 9b6982e..abf356c 100644
> --- a/arch/arm/mach-h720x/Kconfig
> +++ b/arch/arm/mach-h720x/Kconfig
> @@ -6,12 +6,14 @@ config ARCH_H7201
>  	bool "gms30c7201"
>  	depends on ARCH_H720X
>  	select CPU_H7201
> +	select ZONE_DMA
>  	help
>  	  Say Y here if you are using the Hynix GMS30C7201 Reference Board
>  
>  config ARCH_H7202
>  	bool "hms30c7202"
>  	select CPU_H7202
> +	select ZONE_DMA
>  	depends on ARCH_H720X
>  	help
>  	  Say Y here if you are using the Hynix HMS30C7202 Reference Board
> -- 
> 1.7.3.2
> 
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

* [PATCH] mach-h720x: fix build error
  2011-06-16  7:32 ` Sascha Hauer
@ 2011-06-16  7:38   ` Linus Walleij
  0 siblings, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2011-06-16  7:38 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Jun 16, 2011 at 9:32 AM, Sascha Hauer <s.hauer@pengutronix.de> wrote:

> I could take this through my i.MX tree, though the topic is quite wrong.
> Can you check this into the patch system?

Yeah I did just 5 minutes before your mail or so :-)

Thanks,
Linus Walleij

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

end of thread, other threads:[~2011-06-16  7:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-15  8:43 [PATCH] mach-h720x: fix build error Linus Walleij
2011-06-16  7:32 ` Sascha Hauer
2011-06-16  7:38   ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).