diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2012-08-22 20:43:30 +0200 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2012-08-23 17:46:20 +0200 |
commit | 1267643dc311e860e728dbd09a97c2e0a773bfdb (patch) | |
tree | af90b1b2a090515f57af1eeeb188692c5a311131 /arch/powerpc/configs/mpc83xx_defconfig | |
parent | powerpc/fsl: update defconfigs (diff) | |
download | linux-1267643dc311e860e728dbd09a97c2e0a773bfdb.tar.xz linux-1267643dc311e860e728dbd09a97c2e0a773bfdb.zip |
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/mpc83xx_defconfig')
-rw-r--r-- | arch/powerpc/configs/mpc83xx_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/mpc83xx_defconfig b/arch/powerpc/configs/mpc83xx_defconfig index e116dc9e8a2e..9352e4430c3b 100644 --- a/arch/powerpc/configs/mpc83xx_defconfig +++ b/arch/powerpc/configs/mpc83xx_defconfig @@ -41,6 +41,7 @@ CONFIG_INET_ESP=y # CONFIG_INET_LRO is not set # CONFIG_IPV6 is not set CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" +CONFIG_DEVTMPFS=y # CONFIG_FW_LOADER is not set CONFIG_MTD=y CONFIG_MTD_CHAR=y |