From: Kyungmin Park <kyungmin.park@samsung.com>
To: linux-omap@vger.kernel.org, linux-omap-open-source@linux.omap.com
Subject: [PATCH] ARM: OMAP: Use the correct CONFIG_ARCH_OMAP24XX
Date: Thu, 6 Dec 2007 10:46:51 +0900 [thread overview]
Message-ID: <20071206014651.GA15983@party> (raw)
Use the correct CONFIG_ARCH_OMAP24XX.
It boots on locked SRAM board.
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
diff --git a/arch/arm/plat-omap/sram.c b/arch/arm/plat-omap/sram.c
index afe8181..6305dc9 100644
--- a/arch/arm/plat-omap/sram.c
+++ b/arch/arm/plat-omap/sram.c
@@ -91,7 +91,7 @@ static int is_sram_locked(void)
{
int type = 0;
-#if defined(CONFIG_ARCH_OMAP242X)
+#if defined(CONFIG_ARCH_OMAP24XX)
if (cpu_is_omap242x())
type = (ctrl_read_reg(OMAP24XX_CONTROL_STATUS) &
OMAP2_DEVICETYPE_MASK);
next reply other threads:[~2007-12-06 1:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-06 1:46 Kyungmin Park [this message]
2007-12-06 2:12 ` [PATCH] ARM: OMAP: Use the correct CONFIG_ARCH_OMAP24XX Paul Walmsley
2007-12-06 18:49 ` Kevin Hilman
2007-12-17 0:59 ` Tony Lindgren
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=20071206014651.GA15983@party \
--to=kyungmin.park@samsung.com \
--cc=linux-omap-open-source@linux.omap.com \
--cc=linux-omap@vger.kernel.org \
/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