Skip to content
Commit 4d162db5 authored by Lukasz Majewski's avatar Lukasz Majewski Committed by Tom Rini
Browse files

spi: Move DM_SPI_FLASH to Kconfig (for NXP's ls1043a)



This patch fixes issue with defining the DM_SPI_FLASH in the
configs/include/<board.h> instead of enabling this option in Kconfig.

The problem is that CONFIG_IS_ENABLED(DM_SPI_FLASH) shows false as there
is no DM_SPI_FLASH=y in .config (but the define is set in u-boot.cfg).

As a result conversion of DM_SPI_FLASH to using CONFIG_IS_ENABLED() is not
working properly.

Signed-off-by: default avatarLukasz Majewski <lukma@denx.de>
Signed-off-by: default avatarHou Zhiqiang <Zhiqiang.Hou@nxp.com>
parent bf85aa35
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment