Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
u-boot-fslc: Bump revision to 9da4a42
Browse files Browse the repository at this point in the history
This includes following changes:

  - 9da4a42 Revert "imx_common: Return MMCSD_MODE_FS in spl_boot_mode() also for EXTFS"
  - 7be8ff4 serial_mxc: Remove unconditional DCE setting
  - 6dec211 mx6: clock: Fix the logic for reading axi_alt_sel
  - 68f2c3e Revert "arch-mx6: fix MX6_PAD_DECLARE macro to work with MX6 duallite"
  - 2fd99ea imx_watchdog: add weak attribute to reset_cpu function
  - c782384 mx7_common: use Kconfig for ARMv7 non-secure mode
  - b8cc70e mx7_common: Put display board info config into board file
  - 72a9967 mx7: set soc environment according to exact SoC type
  - ff3ecc4 usb: ehci-mx6: introduce config for high active power pin
  - 97488b5 usb: ehci-mx6: configure power polarity in usb_power_config
  - ce0c796 usb: move CONFIG_USB_EHCI_MX7 to Kconfig
  - e22ac58 dm: imx: serial: Support DTE mode when using driver model
  - 65db95b warp7: Remove CONFIG_BOOTDELAY variable
  - 1231d04 ARM: configs: cm_fx6: add mtd support
  - 14619b5 ARM: board: cm_fx6: fixup mtd partitions in the fdt
  - 9fa3af0 fdt_support: define stub for fdt_fixup_mtdparts
  - f1a2b56 ARM: configs: cm_fx6: improve default environment
  - d1e28f0 pico-imx6ul: Add PMIC support
  - 292806e wandboard: move environment partition farther from u-boot.img
  - 8b5df31 Revert conversion for config_distro_bootcmd.h
  - 9222180 Merge pull request #11 from Kynetics/2016.07+fslc
  - 1207b97 warp: Change default bootenv configuratio

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
  • Loading branch information
fbertux authored and otavio committed Jul 22, 2016
1 parent f5708ec commit 5a019aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.07.bb
Expand Up @@ -7,7 +7,7 @@ PROVIDES = "u-boot-mxsboot"

PV = "v2016.07+git${SRCPV}"

SRCREV = "20b081a125ef7c59d6f74778a9cbd93439222383"
SRCREV = "9da4a42b3df4416368974f8ad8c5f7d893acd445"
SRCBRANCH = "2016.07+fslc"

SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
Expand Down
2 changes: 1 addition & 1 deletion recipes-bsp/u-boot/u-boot-fslc_2016.07.bb
Expand Up @@ -2,5 +2,5 @@ include u-boot-fslc.inc

PV = "v2016.07+git${SRCPV}"

SRCREV = "20b081a125ef7c59d6f74778a9cbd93439222383"
SRCREV = "9da4a42b3df4416368974f8ad8c5f7d893acd445"
SRCBRANCH = "2016.07+fslc"

0 comments on commit 5a019aa

Please sign in to comment.