configs: am335x_boneblack_vboot_defconfig: Add DM for SPI and Flash devices
authorSuniel Mahesh <sunil.m@techveda.org>
Tue, 30 Jul 2019 07:55:21 +0000 (13:25 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 31 Jul 2019 17:08:07 +0000 (13:08 -0400)
commit575ce432b8e0f42a4f4777c04a823c31e11a3a45
tree2c33308a6786332df020eee786997d412d611c91
parenta9c5d4ba0ddc9c094d994f8b73318e6db8449c1d
configs: am335x_boneblack_vboot_defconfig: Add DM for SPI and Flash devices

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 before the v2019.07 release.
Failure to update by the deadline may result in board removal.
See doc/driver-model/MIGRATION.txt for more info.
====================================================

Built and tested on AM335x device (BeagleboneBlack).

Signed-off-by: Suniel Mahesh <sunil.m@techveda.org>
configs/am335x_boneblack_vboot_defconfig