]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commita8c8877149f8ce2a4af44da88f5424be30b3b6d0
tree2c33308a6786332df020eee786997d412d611c91
parent240e6302c9b7ad044996ab6b36d3db2105ce8fe0
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