diff options
author | Lukasz Majewski <lukma@denx.de> | 2020-06-04 23:11:51 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-29 13:34:43 -0400 |
commit | 044a66cb83a7cff9799a4b2b1815b604f1781dc0 (patch) | |
tree | a20aec6f93a66c153c2723bd5ee9864c3cdee428 /include/configs/ls1021aiot.h | |
parent | 582b4f7f394da21fcb96a56e29dd68115a746b44 (diff) |
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: Lukasz Majewski <lukma@denx.de>
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Diffstat (limited to 'include/configs/ls1021aiot.h')
0 files changed, 0 insertions, 0 deletions