]> git.baikalelectronics.ru Git - uboot.git/commit
arm: am437x: cm-t43: Enable DM for MMC, USB, SPI, SPI_FLASH, enable BLK
authorSuniel Mahesh <sunil.m@techveda.org>
Fri, 30 Aug 2019 20:06:13 +0000 (01:36 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 13 Sep 2019 15:56:08 +0000 (11:56 -0400)
commit718c6691c943d78dd5874fa48de240efde406417
tree89b152eac373ac04dfca200285e21c25ebcedb84
parentbd36d8f4c71aec699552074f031fcf2743d4d516
arm: am437x: cm-t43: Enable DM for MMC, USB, SPI, SPI_FLASH, enable BLK

Enable driver model for USB, MMC, SPI and SPI_FLASH. Also enable BLK.
This will remove the following compile warnings:

===================== WARNING ======================
This board does not use CONFIG_DM_MMC. Please update
the board to use CONFIG_DM_MMC before the v2019.04 release.
====================================================
===================== WARNING ======================
This board does not use CONFIG_DM_USB. Please update
the board to use CONFIG_DM_USB before the v2019.07 release.
====================================================
===================== WARNING ======================
This board does not use CONFIG_DM_SPI_FLASH. Please update
the board to use CONFIG_SPI_FLASH before the v2019.07 release.
====================================================
Target was compile tested, build was clean.

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