Merge tag 'u-boot-imx-20191209' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
authorTom Rini <trini@konsulko.com>
Mon, 9 Dec 2019 15:32:08 +0000 (10:32 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 9 Dec 2019 15:32:08 +0000 (10:32 -0500)
Fixes for 2020.01
-----------------

- imx8qxp_mek: increase buffer sizes and args number
- Fixes for imx7ulp
- imx8mm: Fix the first root clock in imx8mm_ahb_sels[]
- colibri_imx7: reserve DDR memory for Cortex-M4
- vining2000: fixes and convert to ethernet DM
- imx8m: fix rom version check to unbreak some B0 chips
- tbs2910: Disable VxWorks image booting support

1  2 
configs/vining_2000_defconfig
configs/warp7_defconfig

@@@ -13,8 -24,12 +24,11 @@@ CONFIG_SYS_CONSOLE_IS_IN_ENV=
  CONFIG_SUPPORT_RAW_INITRD=y
  CONFIG_BOUNCE_BUFFER=y
  CONFIG_BOARD_EARLY_INIT_F=y
+ CONFIG_SPL_FS_EXT4=y
+ CONFIG_SPL_I2C_SUPPORT=y
+ CONFIG_SPL_WATCHDOG_SUPPORT=y
  CONFIG_HUSH_PARSER=y
  CONFIG_CMD_BOOTZ=y
 -# CONFIG_CMD_FLASH is not set
  CONFIG_CMD_GPIO=y
  CONFIG_CMD_I2C=y
  CONFIG_CMD_MMC=y
Simple merge