summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2019-04-16 10:26:33 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2019-04-17 10:58:17 -0300
commit791975ce48914fa32c76a4e0b82f5cf4d01063f5 (patch)
treed2421386b7fe5d5fd06fdecfac4a6bce804ba8f7 /recipes-bsp/u-boot
parent739cab987341d48e3654374ea4bbda77c72bfbe9 (diff)
downloadmeta-freescale-791975ce48914fa32c76a4e0b82f5cf4d01063f5.tar.gz
u-boot-fslc-common: Bump revision to c93ced78dbc
This commit includes the following changes: - c93ced78dbc pico-imx7d: Add NYMPH baseboard support - 790e0d17c2a pico-imx7d: Add DWARF baseboard support - bab9f53c898 pico-imx6ul: Add NYMPH baseboard support - 246d037843d Merge tag 'v2019.04' into 2019.04+fslc - 3c99166441b (tag: v2019.04) Prepare v2019.04 - 85c3d463224 arm: sunxi: Enable DM_MMC on required SoCs - c48b07a9fde Merge tag 'fixes-for-2019.04-rc4' of git://git.denx.de/u-boot-staging - e82fa10b3ef dts: imx8qxp-mek: Add PHY post reset delay - 31d4045d4be net: dm: fec: Support phy-reset-post-delay property - ccd063e9812 watchdog: Move watchdog_dev to data section (BSS may not be cleared) - afbc31948a0 net: phy: implement fallback mechanism for negative phy adresses - a734600ee9e pico-imx6ul: Add DWARF baseboard support - bcc90648ddb Merge remote-tracking branch 'origin/master' into 2019.04+fslc - 0e62d5b2abb Merge tag 'u-boot-imx-20190405' of git://git.denx.de/u-boot-imx - 7f9ebbd90aa pico-imx6ul, pico-imx7d: Explain how to use eMMC user partition - 0e708abcbba Merge branch 'master' of git://git.denx.de/u-boot-usb - 05fa129a40e Merge branch '2019-04-03-master-imports' - d7edeba79b2 tools/Makefile: build host tools with -std=gnu99 - ab8fc413028 fix compile error on macOS Mojave - 2118a272e3c configs: khadas_vim2: Fix defconfig - 82548aaad57 phy: Also allow MESON_GXM for MESON_GXL_USB_PHY - 2a766db11a7 doc: Fix outdated ohci board hook documentation
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-common_2019.04.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2019.04.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2019.04.inc
index e70e72df..0c7bc586 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-common_2019.04.inc
+++ b/recipes-bsp/u-boot/u-boot-fslc-common_2019.04.inc
@@ -10,7 +10,7 @@ DEPENDS += "bison-native"
10 10
11SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" 11SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
12 12
13SRCREV = "015ff874b446810481ce5f35ceb7674d1f3cf86c" 13SRCREV = "c93ced78dbc775f0e818bcd73ca79d314aa04535"
14SRCBRANCH = "2019.04+fslc" 14SRCBRANCH = "2019.04+fslc"
15 15
16PV = "v2019.04+git${SRCPV}" 16PV = "v2019.04+git${SRCPV}"