All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] OMAP3: PM: Update omap3_pm_defconfig
@ 2009-10-07  6:59 Rajendra Nayak
  2009-10-07 12:01 ` Gadiyar, Anand
  0 siblings, 1 reply; 4+ messages in thread
From: Rajendra Nayak @ 2009-10-07  6:59 UTC (permalink / raw)
  To: linux-omap; +Cc: Rajendra Nayak

Some of the sysfs deprecated entries, if not enabled cause
root filesystem mounts to fail at boot.
This is seen on both the 3430SDP as well as 3430zoom platforms.

Signed-off-by: Rajendra Nayak <rnayak@ti.com>
---
 arch/arm/configs/omap3_pm_defconfig |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/arm/configs/omap3_pm_defconfig b/arch/arm/configs/omap3_pm_defconfig
index 9d54139..b1c42ed 100644
--- a/arch/arm/configs/omap3_pm_defconfig
+++ b/arch/arm/configs/omap3_pm_defconfig
@@ -58,7 +58,8 @@ CONFIG_FAIR_GROUP_SCHED=y
 CONFIG_USER_SCHED=y
 # CONFIG_CGROUP_SCHED is not set
 # CONFIG_CGROUPS is not set
-# CONFIG_SYSFS_DEPRECATED_V2 is not set
+CONFIG_SYSFS_DEPRECATED=y
+CONFIG_SYSFS_DEPRECATED_V2=y
 # CONFIG_RELAY is not set
 # CONFIG_NAMESPACES is not set
 CONFIG_BLK_DEV_INITRD=y
-- 
1.5.4.7


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

end of thread, other threads:[~2009-10-07 13:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-07  6:59 [PATCH] OMAP3: PM: Update omap3_pm_defconfig Rajendra Nayak
2009-10-07 12:01 ` Gadiyar, Anand
2009-10-07 12:05   ` Nayak, Rajendra
2009-10-07 13:25     ` Kevin Hilman

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.