mbox series

[GIT,PULL] TI changes for v2020.04-rc4

Message ID 20200227031853.32631-1-lokeshvutla@ti.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] TI changes for v2020.04-rc4 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2020.04-rc4

Message

Lokesh Vutla Feb. 27, 2020, 3:18 a.m. UTC
Hi Tom,

Please find the pull request for v2020.04-rc4 containing TI specific changes.

Travis-CI build: https://travis-ci.org/lokeshvutla/u-boot/builds/655346045 

Thanks and regards,
Lokesh

The following changes since commit 548ce227d3d852455c6395c0cec30af0cda77b09:

  Prepare v2020.04-rc3 (2020-02-26 07:53:20 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2020.04-rc4

for you to fetch changes up to 8bef0597e46db229220de3a9c76bf448b290db62:

  defconfig: k2x_hs: Remove DTB_RESELECT to fix DHCP issue (2020-02-26 18:35:29 +0530)

----------------------------------------------------------------
Below are the changes in this PR:

- Minor fix in AVS class 0 driver
- DHCP fixes in Keystone2 HS platforms.

----------------------------------------------------------------
Madan Srinivas (1):
      defconfig: k2x_hs: Remove DTB_RESELECT to fix DHCP issue

Vignesh Raghavendra (1):
      misc: k3_avs: Fix possible NULL pointer deference

 configs/k2e_evm_defconfig     | 2 --
 configs/k2e_hs_evm_defconfig  | 2 --
 configs/k2hk_evm_defconfig    | 2 --
 configs/k2hk_hs_evm_defconfig | 2 --
 configs/k2l_evm_defconfig     | 2 --
 drivers/misc/k3_avs.c         | 4 ++++
 6 files changed, 4 insertions(+), 10 deletions(-)

Comments

Tom Rini Feb. 27, 2020, 4:05 p.m. UTC | #1
On Thu, Feb 27, 2020 at 08:48:53AM +0530, Lokesh Vutla wrote:

> Hi Tom,
> 
> Please find the pull request for v2020.04-rc4 containing TI specific changes.
> 
> Travis-CI build: https://travis-ci.org/lokeshvutla/u-boot/builds/655346045 
> 
> Thanks and regards,
> Lokesh
> 
> The following changes since commit 548ce227d3d852455c6395c0cec30af0cda77b09:
> 
>   Prepare v2020.04-rc3 (2020-02-26 07:53:20 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2020.04-rc4
> 
> for you to fetch changes up to 8bef0597e46db229220de3a9c76bf448b290db62:
> 
>   defconfig: k2x_hs: Remove DTB_RESELECT to fix DHCP issue (2020-02-26 18:35:29 +0530)
> 

Applied to u-boot/master, thanks!