summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2017-10-04 14:25:21 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2017-10-04 14:36:00 -0300
commit6d75edf961350ce191a08e568524027c3b361ab8 (patch)
treedfa8af3b5bca17a7b7a0cc36bf2fb362fc93f50e /recipes-bsp/u-boot
parent425b7fbf9437cfb63f1f8627d0859ca387b9933e (diff)
downloadmeta-freescale-6d75edf961350ce191a08e568524027c3b361ab8.tar.gz
u-boot-fslc: Bump revision to 0edf2007c6
This includes the following changes: - 0edf2007c6 arm: imx7d: add support for Compulab cl-som-imx7 - f62d34202d imx: mx7: SPL support for i.MX7 - b4ee050163 imx: mx7: DDR controller configuration for the i.MX7 architecture - 9ad01a2efb imx: mx7: fix the CCM_ macros - 23a60cfbec icorem6_rqs: env: Return mmc devno - 4a8723b299 icore: configs: Fix merge conflict issue - 48e0c40604 topic_miami: Remove CONFIG_CMD_BOOTZ undef - 19cdefc994 mx6sabresd: Include <usb/ehci-ci.h> header file - 9b1dd35df2 usb: ehci-ci: Add a prototype for board_ehci_power() - 23e7d7d1c6 mx6sabresd: Include <asm/mach-imx/spi.h> header file - 916afc51de mx6: soc: Include <asm/bootm.h> header file - fc7dc87a9f mx7ulp_evk: Move CONFIG_CMD_BOOTZ to Kconfig - 96fd173ca1 imx: sys_proto: Add a prototype for board_mmc_get_env_dev() - e6e4db4473 imx: Include <input.h> header file - cbc14ee959 mx6: toradex: Remove custom CONFIG_SPL_PAD_TO definition - c6cbcda3de README.imx6: Prefer loading SPL via the new SDP mechanism - d327aab07f mx53loco: Let CONFIG_DISPLAY_CPUINFO be selected Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> 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.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 6173cda0..50eeae1b 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
@@ -18,7 +18,7 @@ DEPENDS_mxs += "elftosb-native openssl-native"
18 18
19SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" 19SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
20 20
21SRCREV = "9f164a1a01fceb53fc88ad474a5cda70f1c486c2" 21SRCREV = "0edf2007c62a664d5f6b641e4499d44134ee5085"
22SRCBRANCH = "2017.09+fslc" 22SRCBRANCH = "2017.09+fslc"
23 23
24PV = "v2017.09+git${SRCPV}" 24PV = "v2017.09+git${SRCPV}"