aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/configs/mpc85xx_smp_defconfig
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2012-08-22 14:43:30 -0400
committerKumar Gala <galak@kernel.crashing.org>2012-08-23 11:46:20 -0400
commit1267643dc311e860e728dbd09a97c2e0a773bfdb (patch)
treeaf90b1b2a090515f57af1eeeb188692c5a311131 /arch/powerpc/configs/mpc85xx_smp_defconfig
parent823f74733d8f89eaabfb25f93680fb7e05861348 (diff)
powerpc/fsl: fix "Failed to mount /dev: No such device" errors
Yocto (Built by Poky 7.0) 1.2 root filesystems fail to boot, at least over nfs, with: Failed to mount /dev: No such device Configuring DEVTMPFS fixes it. Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs/mpc85xx_smp_defconfig')
-rw-r--r--arch/powerpc/configs/mpc85xx_smp_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/mpc85xx_smp_defconfig b/arch/powerpc/configs/mpc85xx_smp_defconfig
index 4ba5255232bc..b0974e7e98ae 100644
--- a/arch/powerpc/configs/mpc85xx_smp_defconfig
+++ b/arch/powerpc/configs/mpc85xx_smp_defconfig
@@ -79,6 +79,7 @@ CONFIG_INET_ESP=y
79CONFIG_IPV6=y 79CONFIG_IPV6=y
80CONFIG_IP_SCTP=m 80CONFIG_IP_SCTP=m
81CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" 81CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
82CONFIG_DEVTMPFS=y
82CONFIG_MTD=y 83CONFIG_MTD=y
83CONFIG_MTD_CMDLINE_PARTS=y 84CONFIG_MTD_CMDLINE_PARTS=y
84CONFIG_MTD_CHAR=y 85CONFIG_MTD_CHAR=y