diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2017-10-12 22:04:54 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-10-16 14:21:40 -0200 |
commit | 101c2b547c8bc68e9f3a965b1b581b4925dd3818 (patch) | |
tree | 4c9c3c432f41dc43311f249a5c1d93ce7362c42c /recipes-bsp/u-boot | |
parent | efdad570b56b977acd9308b13e0d926105e31a86 (diff) | |
download | meta-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/u-boot')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-common_2017.09.inc | 2 |
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 | ||
9 | SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" | 9 | SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" |
10 | 10 | ||
11 | SRCREV = "977c60b15354f9b88d49bf6e1ee38e24f55b1fe3" | 11 | SRCREV = "a6a15fedd1a529936b0a46ade1d776740dbef70f" |
12 | SRCBRANCH = "2017.09+fslc" | 12 | SRCBRANCH = "2017.09+fslc" |
13 | 13 | ||
14 | PV = "v2017.09+git${SRCPV}" | 14 | PV = "v2017.09+git${SRCPV}" |