diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-01-17 01:32:04 (GMT) |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-02-05 03:28:28 (GMT) |
commit | e1ab0056df613662929290f385590da2cccb8c19 (patch) | |
tree | 483a666627f105acabbeb29d782eb77d84d1d38b /arch/arm | |
parent | 93044fa1527518cfba022b62d2c4b407891d1ff7 (diff) | |
download | linux-fsl-qoriq-e1ab0056df613662929290f385590da2cccb8c19.tar.xz |
ARM: mxs_defconfig: Select CONFIG_DEVTMPFS_MOUNT
Newer versions of udev (such as 182) requires CONFIG_DEVTMPFS_MOUNT to be
selected, otherwise we get a stuck console:
Starting udev
Starting Bootlog daemon: bootlogd: cannot deduce real console device
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/mxs_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig index dfd5c82..fbbc5bb 100644 --- a/arch/arm/configs/mxs_defconfig +++ b/arch/arm/configs/mxs_defconfig @@ -48,6 +48,7 @@ CONFIG_CAN_BCM=m CONFIG_CAN_FLEXCAN=m # CONFIG_WIRELESS is not set CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y # CONFIG_FIRMWARE_IN_KERNEL is not set CONFIG_MTD=y CONFIG_MTD_CMDLINE_PARTS=y |