From: Tony Lindgren <tony@atomide.com>
To: "Nayak, Rajendra" <rnayak@ti.com>
Cc: Kevin Hilman <khilman@deeprootsystems.com>,
"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>
Subject: [PATCH] omap: Fix omap_4430sdp_defconfig for make oldconfig
Date: Fri, 6 Aug 2010 14:50:10 +0300 [thread overview]
Message-ID: <20100806115009.GL23778@atomide.com> (raw)
In-Reply-To: <5A47E75E594F054BAF48C5E4FC4B92AB032401CFA6@dbde02.ent.ti.com>
[-- Attachment #1: Type: text/plain, Size: 489 bytes --]
* Nayak, Rajendra <rnayak@ti.com> [100806 14:22]:
>
> Now with this, omap4 build using omap_4430sdp_defconfig seems to
> go through, but like you said, boot is still an issue.
Hmm, I guess these issues pop up if you do yes "" | make oldconfig.
Can you try the patch below? After applying the patch, you need
to:
$ rm .config
$ cp arch/arm/configs/omap_4430sdp_defconfig .config
$ yes "" | ARCH=arm make oldconfig
Then omap2 and 3 won't get selected by make oldconfig.
Regards,
Tony
[-- Attachment #2: omap4-defconfig --]
[-- Type: text/plain, Size: 911 bytes --]
>From 96214d5365a10f370e7690a3aa2dc24dbca39e79 Mon Sep 17 00:00:00 2001
From: Tony Lindgren <tony@atomide.com>
Date: Fri, 6 Aug 2010 14:40:46 +0300
Subject: [PATCH] omap: Fix omap_4430sdp_defconfig for make oldconfig
We don't want to select select the other omaps at this
point because otherwise we would have to disable
CONFIG_SMP.
Signed-off-by: Tony Lindgren <tony@atomide.com>
diff --git a/arch/arm/configs/omap_4430sdp_defconfig b/arch/arm/configs/omap_4430sdp_defconfig
index 63e0c2d..14c1e18 100644
--- a/arch/arm/configs/omap_4430sdp_defconfig
+++ b/arch/arm/configs/omap_4430sdp_defconfig
@@ -13,6 +13,9 @@ CONFIG_MODULE_SRCVERSION_ALL=y
# CONFIG_BLK_DEV_BSG is not set
CONFIG_ARCH_OMAP=y
CONFIG_ARCH_OMAP4=y
+# CONFIG_ARCH_OMAP2PLUS_TYPICAL is not set
+# CONFIG_ARCH_OMAP2 is not set
+# CONFIG_ARCH_OMAP3 is not set
# CONFIG_OMAP_MUX is not set
CONFIG_OMAP_32K_TIMER=y
CONFIG_OMAP_DM_TIMER=y
next prev parent reply other threads:[~2010-08-06 11:49 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-04 22:50 PM branch updated to v2.6.35, SRF dropped Kevin Hilman
2010-08-04 23:25 ` Nishanth Menon
2010-08-05 22:29 ` Kevin Hilman
2010-08-05 23:11 ` Nishanth Menon
2010-08-05 14:21 ` Nayak, Rajendra
2010-08-05 22:45 ` Kevin Hilman
2010-08-06 7:03 ` [PATCH] omap: Use CONFIG_SMP for test_for_ipi and test_for_ltirq belong (Re: PM branch updated to v2.6.35, SRF dropped) Tony Lindgren
2010-08-06 7:05 ` [PATCH] omap: Fix sev instruction usage for multi-omap Tony Lindgren
2010-08-06 11:29 ` Nayak, Rajendra
2010-08-06 11:50 ` Tony Lindgren [this message]
2010-08-06 13:12 ` [PATCH] omap: Fix omap_4430sdp_defconfig for make oldconfig Nayak, Rajendra
2010-08-09 6:42 ` [PATCH] omap: Fix sev instruction usage for multi-omap Bryan Wu
2010-08-09 7:48 ` 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=20100806115009.GL23778@atomide.com \
--to=tony@atomide.com \
--cc=khilman@deeprootsystems.com \
--cc=linux-omap@vger.kernel.org \
--cc=rnayak@ti.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.