summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2017-10-12 22:04:54 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2017-10-16 14:21:40 -0200
commit101c2b547c8bc68e9f3a965b1b581b4925dd3818 (patch)
tree4c9c3c432f41dc43311f249a5c1d93ce7362c42c /recipes-bsp
parentefdad570b56b977acd9308b13e0d926105e31a86 (diff)
downloadmeta-freescale-101c2b547c8bc68e9f3a965b1b581b4925dd3818.tar.gz
u-boot-fslc: Bump to a6a15fedd1 revision
This includes following changes: a6a15fedd1 udoo: Remove cpu type check prior to setup_sata() 25aa0ce98a wandboard: Remove cpu type check prior to setup_sata() 6c94a45c23 wandboard: Add support for the MX6QP variant 46800a79b6 mx6slevk: Fix MMC breakage for the SPL target 3760ecfce4 imx: Fix regression with CONFIG_DM_MMC=y 59d4771838 ARM: imx6: Add DHCOM i.MX6 PDK board support a77a794847 imx: mx7: spl: remove redundant SATA definitionas fdb70bf620 mx6: sys_proto: Add prototypes for imx6_pcie_toggle() functions 308e7844f8 mx6: clock: Add a prototype for do_mx6_showclocks() 300a095165 i.mx6ul: xpress: update UART init for current board revision 2812798091 mx6slevk: Use PARTUUID to specify the rootfs location acea9a74c8 drivers: pci: imx: fix imx_pcie_remove function Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-common_2017.09.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2017.09.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2017.09.inc
index 7bfe3316..1b404d9c 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-common_2017.09.inc
+++ b/recipes-bsp/u-boot/u-boot-fslc-common_2017.09.inc
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
8 8
9SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" 9SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
10 10
11SRCREV = "977c60b15354f9b88d49bf6e1ee38e24f55b1fe3" 11SRCREV = "a6a15fedd1a529936b0a46ade1d776740dbef70f"
12SRCBRANCH = "2017.09+fslc" 12SRCBRANCH = "2017.09+fslc"
13 13
14PV = "v2017.09+git${SRCPV}" 14PV = "v2017.09+git${SRCPV}"