mbox series

[U-Boot,PULL] Please pull u-boot-imx: u-boot-imx-20181112

Message ID d4aa548f-a93d-7008-a89e-471903f30d75@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL] Please pull u-boot-imx: u-boot-imx-20181112 | expand

Pull-request

git://www.denx.de/git/u-boot-imx.git tags/u-boot-imx-20181112

Message

Stefano Babic Nov. 12, 2018, 12:03 p.m. UTC
Hi Tom,

still a couple of fixes (colibri_vf could not be built):

The following changes since commit c5bbfaf05dc8592b479a44df6abaadbab54fec2b:

  imx8qxp_mek: Disable CONFIG_DISPLAY_CPUINFO (2018-11-07 12:13:45 -0500)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-imx.git tags/u-boot-imx-20181112

for you to fetch changes up to 43e6f94cbcaf193aeedcf86e85a3ff4c79f66773:

  imx: mkimage: add size check to the u-boot.imx make target (2018-11-12
11:08:53 +0100)

----------------------------------------------------------------
Fix build vf boards + fix gpr_init()

----------------------------------------------------------------
Christoph Niedermaier (1):
      imx: imx6: perform gpr_init only on suitable cpu types

Marcel Ziswiler (4):
      board: toradex: colibri_vf: efi_loader: unset
CONFIG_EFI_UNICODE_CAPITALIZATION
      board: toradex: colibri_vf: unset CONFIG_CMDLINE_EDITING
      board: toradex: colibri_vf: drop SPI support
      imx: mkimage: add size check to the u-boot.imx make target

 arch/arm/mach-imx/Makefile   | 16 ++++++++++++++++
 arch/arm/mach-imx/mx6/soc.c  |  8 ++++++++
 configs/colibri_vf_defconfig |  6 ++----
 3 files changed, 26 insertions(+), 4 deletions(-)

Best regards,
Stefano

Comments

Tom Rini Nov. 12, 2018, 9:40 p.m. UTC | #1
On Mon, Nov 12, 2018 at 01:03:12PM +0100, Stefano Babic wrote:

> Hi Tom,
> 
> still a couple of fixes (colibri_vf could not be built):
> 
> The following changes since commit c5bbfaf05dc8592b479a44df6abaadbab54fec2b:
> 
>   imx8qxp_mek: Disable CONFIG_DISPLAY_CPUINFO (2018-11-07 12:13:45 -0500)
> 
> are available in the Git repository at:
> 
>   git://www.denx.de/git/u-boot-imx.git tags/u-boot-imx-20181112
> 
> for you to fetch changes up to 43e6f94cbcaf193aeedcf86e85a3ff4c79f66773:
> 
>   imx: mkimage: add size check to the u-boot.imx make target (2018-11-12
> 11:08:53 +0100)
> 

Applied to u-boot/master, thanks!