[U-Boot] [PATCH 4/4] omapl138_lcdk_defconfig: don't build support for SPI

Heiko Schocher hs at denx.de
Mon May 27 09:46:17 UTC 2019


Hello Bartosz,

Am 27.05.2019 um 10:57 schrieb Bartosz Golaszewski:
> From: Bartosz Golaszewski <bgolaszewski at baylibre.com>
> 
> The following warning is emited when building u-boot for da850-lcdk:
> 
> ===================== WARNING ======================
> This board does not use CONFIG_DM_SPI. Please update
> the board before v2019.04 for no dm conversion
> and v2019.07 for partially dm converted drivers.
> Failure to update can lead to driver/board removal
> See doc/driver-model/MIGRATION.txt for more info.
> ====================================================
> ===================== 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.
> ====================================================
> 
> While we could fix it by selecting CONFIG_DM_SPI, there's no need to
> build it at all as SPI is disabled on da850-lcdk. Remove all unneeded
> options from the defconfig.
> 
> Signed-off-by: Bartosz Golaszewski <bgolaszewski at baylibre.com>
> ---
>   configs/omapl138_lcdk_defconfig | 6 +-----
>   1 file changed, 1 insertion(+), 5 deletions(-)

Acked-by: Heiko Schocher <hs at denx.de>

Thanks!

bye,
Heiko
-- 
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs at denx.de


More information about the U-Boot mailing list