Merge tag 'ti-v2020.07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti
authorTom Rini <trini@konsulko.com>
Mon, 25 May 2020 18:09:42 +0000 (14:09 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 25 May 2020 18:09:42 +0000 (14:09 -0400)
- Enable DM_ETH on omap3_logic board
- Enable Caches in SPL for K3 platforms
- Enable backup boot mode support for J721E
- Update the DDR timings for AM654 EVM
- Add automated tests for RX-51

1  2 
arch/arm/mach-k3/am6_init.c
arch/arm/mach-k3/common.c
arch/arm/mach-k3/include/mach/j721e_hardware.h
arch/arm/mach-k3/include/mach/j721e_spl.h
arch/arm/mach-k3/j721e_init.c
board/logicpd/omap3som/omap3logic.c
board/ti/am65x/evm.c

Simple merge
Simple merge
Simple merge
@@@ -13,9 -13,7 +13,8 @@@
  #include <common.h>
  #include <dm.h>
  #include <init.h>
 +#include <net.h>
  #include <ns16550.h>
- #include <netdev.h>
  #include <flash.h>
  #include <nand.h>
  #include <i2c.h>
Simple merge