summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-07-14 14:18:37 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-08-10 16:09:38 -0300
commit314ffe9c8b4d8f263fb1ac33810959d2eec31cf6 (patch)
treeaa84d1509bc3eeb584b91f0ce98dbca7dffa5532
parent000f94b34d547ac71c078fd02d3b06acaa20e0eb (diff)
downloadmeta-fsl-arm-314ffe9c8b4d8f263fb1ac33810959d2eec31cf6.tar.gz
u-boot-fslc: Bump revision to 20b081a
Besides the 2016.07 final changes, this includes following new commits: 20b081a usbarmory: Add board_run_command() function 19900ff usbarmory: switch to using kernel zImage 9f616f6 imx6: clock: typo fix 6874a9e arch-mx6: fix MX6_PAD_DECLARE macro to work with MX6 duallite 5f816d8 pico-imx6ul: Add USB Host support 3a09cf7 video: allow version string to be optional when using LOGO Change-Id: I5d3da661ef6f8e0a766950bb4fcecc7813a19a46 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.07.bb2
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2016.07.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.07.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.07.bb
index 920a84d..99e1487 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.07.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.07.bb
@@ -7,7 +7,7 @@ PROVIDES = "u-boot-mxsboot"
7 7
8PV = "v2016.07+git${SRCPV}" 8PV = "v2016.07+git${SRCPV}"
9 9
10SRCREV = "f94327f2c92d88db8baabd45c61187c9c587673d" 10SRCREV = "20b081a125ef7c59d6f74778a9cbd93439222383"
11SRCBRANCH = "2016.07+fslc" 11SRCBRANCH = "2016.07+fslc"
12 12
13SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" 13SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2016.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2016.07.bb
index 5a13b21..cafefb5 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2016.07.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc_2016.07.bb
@@ -2,5 +2,5 @@ include u-boot-fslc.inc
2 2
3PV = "v2016.07+git${SRCPV}" 3PV = "v2016.07+git${SRCPV}"
4 4
5SRCREV = "f94327f2c92d88db8baabd45c61187c9c587673d" 5SRCREV = "20b081a125ef7c59d6f74778a9cbd93439222383"
6SRCBRANCH = "2016.07+fslc" 6SRCBRANCH = "2016.07+fslc"