All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: keystone: defconfig: add DEVTMPFS option by default.
@ 2015-01-29 15:12 ` Murali Karicheri
  0 siblings, 0 replies; 8+ messages in thread
From: Murali Karicheri @ 2015-01-29 15:12 UTC (permalink / raw)
  To: linux-arm-kernel

When using network driver on keystone and nfs rootfs is used following
error displayed and device halts.

Missing devtmpfs, which is required for udev to run
Halting...

Add the DEVTMPFS option by default to fix this

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
---
 arch/arm/configs/keystone_defconfig |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig
index 4446621..f9ebe61 100644
--- a/arch/arm/configs/keystone_defconfig
+++ b/arch/arm/configs/keystone_defconfig
@@ -209,3 +209,4 @@ CONFIG_KEYSTONE_IRQ=y
 CONFIG_GPIO_SYSCON=y
 CONFIG_TI_DAVINCI_MDIO=y
 CONFIG_MARVELL_PHY=y
+CONFIG_DEVTMPFS=y
-- 
1.7.9.5

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

end of thread, other threads:[~2015-01-29 17:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-29 15:12 [PATCH] ARM: keystone: defconfig: add DEVTMPFS option by default Murali Karicheri
2015-01-29 15:12 ` Murali Karicheri
2015-01-29 16:34 ` santosh shilimkar
2015-01-29 16:34   ` santosh shilimkar
2015-01-29 17:12   ` Murali Karicheri
2015-01-29 17:12     ` Murali Karicheri
2015-01-29 17:18     ` santosh shilimkar
2015-01-29 17:18       ` santosh shilimkar

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.