public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Dirk Behme <dirk.behme@googlemail.com>
Cc: OMAP <Linux-omap-open-source@linux.omap.com>
Subject: Re: [PATCH] ARM: OMAP: Set default OMAP2_CTRL_BASE for OMAP1
Date: Mon, 1 Oct 2007 11:05:05 -0700	[thread overview]
Message-ID: <20071001180504.GM24656@atomide.com> (raw)
In-Reply-To: <46F00BB4.40403@googlemail.com>

* Dirk Behme <dirk.behme@googlemail.com> [070918 10:33]:
>
> In case no OMAP2_CTRL_BASE is set, set default one to fix compilation
> errors e.g. for OMAP1.
>
> Signed-off-by: Dirk Behme <dirk.behme@gmail.com>

> Index: linux-osk/include/asm-arm/arch-omap/omap24xx.h
> ===================================================================
> --- linux-osk.orig/include/asm-arm/arch-omap/omap24xx.h
> +++ linux-osk/include/asm-arm/arch-omap/omap24xx.h
> @@ -103,6 +103,11 @@
>  
>  #endif
>  
> +#if !defined(OMAP2_CTRL_BASE)
> +/* If no one of the above configs is selected, use default */
> +#define OMAP2_CTRL_BASE		L4_24XX_BASE
> +#endif
> +
>  /* Control module */
>  #define OMAP2_CONTROL_DEVCONF0	(OMAP2_CTRL_BASE + 0x274)
>  #define OMAP2_CONTROL_DEVCONF1	(OMAP2_CTRL_BASE + 0x2e8)

Just for reference, this should not be needed any longer AFAIK.

Tony

      reply	other threads:[~2007-10-01 18:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-18 17:32 [PATCH] ARM: OMAP: Set default OMAP2_CTRL_BASE for OMAP1 Dirk Behme
2007-10-01 18:05 ` Tony Lindgren [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071001180504.GM24656@atomide.com \
    --to=tony@atomide.com \
    --cc=Linux-omap-open-source@linux.omap.com \
    --cc=dirk.behme@googlemail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox