From 976116d4741beb9ad500c87847e2a568f6630753 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Wed, 15 Jul 2015 11:11:15 +0800 Subject: [PATCH] pcie would be failed to work proprly in kernel if pcie module is initialized both in uboot and kernel. Comment out the pcie config in uboot to make kernel work properly. --- recipes-bsp/u-boot/u-boot-smarcfimx6_2014.04-smarcfimx6.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-smarcfimx6_2014.04-smarcfimx6.bb b/recipes-bsp/u-boot/u-boot-smarcfimx6_2014.04-smarcfimx6.bb index 0afb51c..57eacfc 100644 --- a/recipes-bsp/u-boot/u-boot-smarcfimx6_2014.04-smarcfimx6.bb +++ b/recipes-bsp/u-boot/u-boot-smarcfimx6_2014.04-smarcfimx6.bb @@ -11,10 +11,10 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb" PROVIDES += "u-boot" PV = "2014.04-smarcfimx6" -SRCREV = "db7df3733a7b81c70d85c07fa2c7454ae6178656" +SRCREV = "0a785d9496673494c18b28f95552880dec4462bb" SRCBRANCH = "smarc-imx_v2014.04_3.14.28_1.0.0_ga" # eMMC Boot Up -#SRCREV = "2b0d7376c7014a118e5d532e8c06dee85d3c022c" +#SRCREV = "d9c7fa6548b1bb361e19d5d358130b877e9c374a" #SRCBRANCH = "smarc-emmc-imx_v2014.04_3.14.28_1.0.0_ga" SRC_URI = "${EMB_UBOOT_MIRROR};protocol=ssh;branch=${SRCBRANCH}" -- 1.9.1