The U-Boot 2016.05 is close to release and it is time to upgrade. This
includes following changes on top of upcoming release, which are Yocto
Project related:
0fcd279 wandboard: Drop revision specific DeviceTree support
0ab586a mx6sabresd: Enable video interfaces in bootargs
5976978 Revert "embestmx6boards: convert to use config_distro_bootcmd.h"
91f4fa5 iMX6: Change mmcroot to use fixed mmc block index for USDHC
968d872 embestmx6boards: Change default bootenv configuration
3233072 mx6sabresd: Use LDO dtb file until LDO bypass support is added
df5f668 mx6slevk: Use LDO dtb file until LDO bypass support is added
The following changes are included here, and queued for U-Boot 2016.07
release:
a858d98 ARM: mx6: Enable MMC and SATA extfs boot support
70f4d22 SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGE
5054e50 SPL: Let spl_parse_image_header() return value
bf9c724 imx: imx-common: print i.MX 7 SoC names consistently
dd6d9db imx: imx7d: fix ahb clock mux 1
24f4bb6 imx: iomux-v3: fix UART input selects
83609b3 ARM: mx6: Enable STDIO deregistering on Novena
0fc4e56 imx: mx6: mx6sl_pins: add GPIO variant for SD1_DAT5
ffae8c1 imx: tools: imximage: fix CLR bit command
Change-Id: I82aba59b47dfe530a6a1243f3227b914b973205f
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
DEPENDS = "openssl"
PROVIDES = "u-boot-mxsboot"
-PV = "v2016.03+git${SRCPV}"
+PV = "v2016.05+git${SRCPV}"
-SRCREV = "1e82446ebd54b50a45dfb0a564a3e6763f309341"
-SRCBRANCH = "2016.03+fslc"
+SRCREV = "0fcd279712bdc2f4860bf9466323eb6874d411ed"
+SRCBRANCH = "2016.05+fslc"
SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
+++ /dev/null
-include u-boot-fslc.inc
-
-PV = "v2016.03+git${SRCPV}"
-
-SRCREV = "1e82446ebd54b50a45dfb0a564a3e6763f309341"
-SRCBRANCH = "2016.03+fslc"
--- /dev/null
+include u-boot-fslc.inc
+
+PV = "v2016.05+git${SRCPV}"
+
+SRCREV = "0fcd279712bdc2f4860bf9466323eb6874d411ed"
+SRCBRANCH = "2016.05+fslc"