mtd: spi-nor: Rename SPI_ADVANCE to SPI_STACKED_PARALLEL
The SPI_ADVANCE description does not explain what the switch does.
It does not have anything to do with any advanced functionality, it
only gates off support for stacked and parallel SPI NORs. Rename the
Kconfig symbol, update description, and move it right next to Xilinx
hardware as it seems to be specific to this hardware. Make sure the
symbol is also protected by if DM_SPI in Kconfig.
Fixes: 5d40b3d384 ("mtd: spi-nor: Add parallel and stacked memories support")
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
@@ -3047,7 +3047,7 @@ static int spi_nor_init_params(struct spi_nor *nor,
|
||||
const struct flash_info *info,
|
||||
struct spi_nor_flash_parameter *params)
|
||||
{
|
||||
#if CONFIG_IS_ENABLED(DM_SPI) && CONFIG_IS_ENABLED(SPI_ADVANCE)
|
||||
#if CONFIG_IS_ENABLED(DM_SPI) && CONFIG_IS_ENABLED(SPI_STACKED_PARALLEL)
|
||||
struct udevice *dev = nor->spi->dev;
|
||||
u64 flash_size[SNOR_FLASH_CNT_MAX] = {0};
|
||||
u32 idx = 0, i = 0;
|
||||
@@ -3172,7 +3172,7 @@ static int spi_nor_init_params(struct spi_nor *nor,
|
||||
|
||||
spi_nor_post_sfdp_fixups(nor, params);
|
||||
}
|
||||
#if CONFIG_IS_ENABLED(DM_SPI) && CONFIG_IS_ENABLED(SPI_ADVANCE)
|
||||
#if CONFIG_IS_ENABLED(DM_SPI) && CONFIG_IS_ENABLED(SPI_STACKED_PARALLEL)
|
||||
/*
|
||||
* The flashes that are connected in stacked mode should be of same make.
|
||||
* Except the flash size all other properties are identical for all the
|
||||
|
||||
Reference in New Issue
Block a user