Thomas Petazzoni thomas.petazzoni@free-electrons.com writes:
Kevin,
On Wed, 27 Nov 2013 01:38:22 -0800 (PST), Kevin's boot bot wrote:
Tree/Branch: queue Git describe: v3.10.20-80-ga3f5004 Failed boot tests (console logs at the end) =========================================== armada-xp-openblocks-ax3-4: FAIL: multi_v7_defconfig armada-370-mirabox: FAIL: multi_v7_defconfig
These two failures look like configuration issues (cannot mount the root filesystem) rather than real kernel problems. Can you confirm this is the case, and if not, give some more boot log or something?
Yes, it's a config issue. There were a couple stable backport to multi_v7_defconfig that made it to v3.11 but not to v3.10 it appears.
Specifically, I need to enable these on v3.10.y for these boards to boot stable so that u-boot can pass an initrd:
CONFIG_ARM_ATAG_DTB_COMPAT=y CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER=y CONFIG_BLK_DEV_INITRD=y
Kevin