Commit 605f0e759bfb16bd261adfc9b6ece94e31a9728b

Authored by Eric Lee
1 parent f88c734412
Exists in master

Init i2c0 earlier so that it can read board version when Test# is used

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

recipes-bsp/u-boot/u-boot-smarcfimx6_2014.04-smarcfimx6.bb
... ... @@ -11,10 +11,10 @@
11 11 PROVIDES += "u-boot"
12 12 PV = "2014.04-smarcfimx6"
13 13  
14   -SRCREV = "4f6e7f3afe588d36bb9bc16942c04b942d5af46b"
  14 +SRCREV = "00daf591e489268dff8628c0208f0b929940ba84"
15 15 SRCBRANCH = "smarc-imx_v2014.04_3.14.28_1.0.0_ga"
16 16 # eMMC Boot Up
17   -#SRCREV = "5cb908114339dc8f98de0e9e7563c9706e9e577b"
  17 +#SRCREV = "5b99e3199473b2c01e26c3056e508fbb0401b621"
18 18 #SRCBRANCH = "smarc-emmc-imx_v2014.04_3.14.28_1.0.0_ga"
19 19 SRC_URI = "${EMB_UBOOT_MIRROR};protocol=ssh;branch=${SRCBRANCH}"
20 20