Re: [U-Boot] [PATCH 2/2] configs: am335x_boneblack_vboot_defconfig: Add DM for SPI and Flash devices

2019-07-31 Thread Tom Rini
On Tue, Jul 30, 2019 at 01:25:21PM +0530, suni...@techveda.org wrote: > From: Suniel Mahesh > > This patch adds SPI and SPI_FLASH DM support for verified boot on > TI AM335 chipsets. The following compile warning is removed: > > = WARNING == > This board

[U-Boot] [PATCH 2/2] configs: am335x_boneblack_vboot_defconfig: Add DM for SPI and Flash devices

2019-07-30 Thread sunil . m
From: Suniel Mahesh This patch adds SPI and SPI_FLASH DM support for verified boot on TI AM335 chipsets. The following compile warning is removed: = WARNING == This board does not use CONFIG_DM_SPI_FLASH. Please update the board to use CONFIG_SPI_FLASH