On Thu, Jul 31, 2014 at 12:21 AM, Olof Johansson olof@lixom.net wrote:
On Wed, Jul 30, 2014 at 11:39 PM, Olof's autobooter build@lixom.net wrote:
Full logs are available at http://arm-soc.lixom.net/bootlogs/arm-soc/v3.16-rc6-1009-g709032a/
Failed boards:
bbb arm-multi_v7_defconfig : FAILED 1:06.42 omap5uevm arm-multi_v7_defconfig : FAILED 1:15.77 omap5uevm arm-multi_lpae_defconfig : FAILED 1:13.66 pandaes arm-multi_v7_defconfig : FAILED 2:13.70
This happened because ARCH_HISI wasn't selected, and the hisilicon platforms were the ones who used to bring in PINCTRL_SINGLE through a select.
Either we should remove the select from HISI, or we should add it to OMAP and others that need it. It's sort of silly to try to boot without pinctrl on these platforms, so selecting does make some sense...
Btw, I've made sure hisi is now selected, so the immediate need for this has been resolved. Still, the fragility remains.
-Olof