From: Stefan Agner <[email protected]> Update the U-Boot fork to a 2015.10 final based version. This brings a fixe for Vybrid based systems:
4b8cdd4 vf610twr: Fix typo in DRAM init Signed-off-by: Stefan Agner <[email protected]> --- Tested on Vybrid Tower. However, on my Tower the Ethernet does not work (I have the dual Ethernet board, but neither of them work, not in U-Boot and not in the Kernel). It seems that the PHY does not get recognized... If anybody has an idea, I would be greatful :-) -- Stefan recipes-bsp/u-boot/u-boot-fslc_2015.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-fslc_2015.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2015.10.bb index 8ab51fc..db3455b 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2015.10.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2015.10.bb @@ -2,5 +2,5 @@ include u-boot-fslc.inc PV = "v2015.10+git${SRCPV}" -SRCREV = "982a6474ec320bcbd7513d7319e20d9ddb0f4cb0" +SRCREV = "a4338ecfb01cdbb06cc8772c84ef96ac4ce4ebbf" SRCBRANCH = "2015.10+fslc" -- 2.6.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
