summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-08-01 14:06:41 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-08-03 16:40:26 -0300
commitbf973ce456fb07b1bf30501a524cca9a3a243920 (patch)
tree4a03051b38bff70f802c08a7c48f6d218d5a7d12
parentaf5a6517cbe3334441f692ef84dcd664e6875192 (diff)
downloadmeta-fsl-arm-bf973ce456fb07b1bf30501a524cca9a3a243920.tar.gz
u-boot-fslc: Bump to revision e38d99f
This backport following changes from upcoming 2016.09 release: e38d99f MAINTAINERS: i.MX: Add board/freescale/*mx* path aad9e75 mx7dsabresd: MAINTAINERS: Add mx7dsabresd_secure_defconfig c40981b mx7_common: initialize generic timer on all CPU's bb7dbb1 mx6ul_14x14_evk: Remove unused define 1f89a59 cgtqmx6eval: Remove uneeded PHYS_SDRAM_SIZE 5433e5c novena: Remove uneeded PHYS_SDRAM_SIZE 97145ad bx50v3: Use imx_ddr_size() for calculating the DDR size 557c86a aristainetos: Use imx_ddr_size() for calculating the DDR size f2ff911 warp: Use imx_ddr_size() for calculating the DDR size 7b53769 warp7: Move some USB configuration options to defconfig bc7bbb5 colibri_imx7: add Colibri iMX7S/iMX7D module support c2381c0 cgtqmx6eval: Replace is_mx6q() for macro 9280131 mx6cuboxi: Replace is_mx6q() for macro 5396047 wandboard: Replace is_cpu_type() for macro ccbd486 imx: ventana: add dt fixup for watchdog external reset 6da2a41 imx: ventana: refactor board-specific dt fixups (no functional change) f13197c imx: ventana: make hwconfig initialize based on board configuration 505d466 imx: ventana: add extra DIO's for GW5520 ede70ae imx: ventana: make number of digital I/O's dynamic 85327cb imx: ventana: make RS232 enable board specific 67d376a imx: ventana: re-enable late board info display 1f71a76 imx: ventana: default pci to disabled 71fbd29 pci: allow disabling of pci init/enum via env e315991 imx: ventana: add dt fixup for eth1 mac-address c8bfa71 imx: ventana: add dt fixup for GW16082 irq mapping 6308105 mx7dsabresd_secure_defconfig: Use CONFIG_ARMV7_BOOT_SEC_DEFAULT 6eae48f pico-imx6ul: drop warning due to redefined c5502fb mx6: wandboard: fix warning due to missing prototype a9fef43 Fix build for mx7dsabresd (secure config) Change-Id: I1fa2a8a4db9d265494831deef53a11633faf3454 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 d18e07e..b859558 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 = "9da4a42b3df4416368974f8ad8c5f7d893acd445" 10SRCREV = "e38d99f2c1eb1ff4076cc42ba93191c7c8038aa4"
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 d4c8f7b..6a1bbab 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 = "9da4a42b3df4416368974f8ad8c5f7d893acd445" 5SRCREV = "e38d99f2c1eb1ff4076cc42ba93191c7c8038aa4"
6SRCBRANCH = "2016.07+fslc" 6SRCBRANCH = "2016.07+fslc"