This should definitely be turned on. -- i.mx51 kernel config needs CONFIG_BLK_DEV_INITRD=y https://bugs.launchpad.net/bugs/651195 You received this bug notification because you are a member of Linaro Release Team, which is a direct subscriber.
Status in Linaro Linux: Confirmed Bug description: The mx51 kernel config is missing CONFIG_BLK_DEV_INITR diff --git a/arch/arm/configs/mx51_defconfig b/arch/arm/configs/mx51_defconfig index a665ecb..eb467f9 100644 --- a/arch/arm/configs/mx51_defconfig +++ b/arch/arm/configs/mx51_defconfig @@ -3,6 +3,7 @@ CONFIG_EXPERIMENTAL=y CONFIG_SYSVIPC=y CONFIG_LOG_BUF_SHIFT=18 CONFIG_RELAY=y +CONFIG_BLK_DEV_INITRD=y CONFIG_EMBEDDED=y # CONFIG_SLUB_DEBUG is not set # CONFIG_COMPAT_BRK is not set _______________________________________________ Mailing list: https://launchpad.net/~linaro-release Post to : [email protected] Unsubscribe : https://launchpad.net/~linaro-release More help : https://help.launchpad.net/ListHelp

