mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-14 03:06:59 +02:00
At the moment a mixture of ifdef(CONFIG_IS_ENABLED) and
CONFIG_IS_ENABLED(SPI_FLASH_BAR) is used in the spi-nor framework.
This leads to misbehaviour in the SPL as there is no Kconfig option
CONFIG_SPL_SPI_FLASH_BAR. This commit standardizes the use of
CONFIG_SPI_FLASH to get SPLs that load U-Boot proper from the
SPI flash to work again.
Fixes:
|
||
---|---|---|
.. | ||
bbm.h | ||
cfi.h | ||
concat.h | ||
flashchip.h | ||
mtd.h | ||
nand_bch.h | ||
nand_ecc.h | ||
nand.h | ||
omap_gpmc.h | ||
onenand_regs.h | ||
onenand.h | ||
partitions.h | ||
rawnand.h | ||
samsung_onenand.h | ||
spi-nor.h | ||
spinand.h | ||
ubi.h |