Commit fd90b6d5ab20ce321eef7b68696d064efb2f5063

Authored by Maciej Pijanowski
Committed by Prabhakar Kushwaha
1 parent c34d8dcb3e

configs/ls1046ardb_*: disable CONFIG_SPI_FLASH_USE_4K_SECTORS

With this setting enabled, the on-board QSPI cannot be
properly flashed. There are no error messages, but the simple
write / read / compare tests fail.

This is already disabled in the qspi and tfa defconfigs for the
LS1046ARDB platform.

Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
Cc: piotr.krol@3mdeb.com
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>

Showing 4 changed files with 4 additions and 0 deletions Side-by-side Diff

configs/ls1046ardb_emmc_defconfig
... ... @@ -49,6 +49,7 @@
49 49 CONFIG_FSL_ESDHC=y
50 50 CONFIG_SPI_FLASH=y
51 51 # CONFIG_SPI_FLASH_BAR is not set
  52 +# CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
52 53 CONFIG_PHYLIB=y
53 54 CONFIG_PHY_AQUANTIA=y
54 55 CONFIG_E1000=y
configs/ls1046ardb_qspi_spl_defconfig
... ... @@ -52,6 +52,7 @@
52 52 CONFIG_FSL_ESDHC=y
53 53 CONFIG_SPI_FLASH=y
54 54 # CONFIG_SPI_FLASH_BAR is not set
  55 +# CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
55 56 CONFIG_PHYLIB=y
56 57 CONFIG_PHY_GIGE=y
57 58 CONFIG_E1000=y
configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig
... ... @@ -46,6 +46,7 @@
46 46 CONFIG_FSL_ESDHC=y
47 47 CONFIG_SPI_FLASH=y
48 48 # CONFIG_SPI_FLASH_BAR is not set
  49 +# CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
49 50 CONFIG_PHYLIB=y
50 51 CONFIG_PHY_AQUANTIA=y
51 52 CONFIG_E1000=y
configs/ls1046ardb_sdcard_defconfig
... ... @@ -48,6 +48,7 @@
48 48 CONFIG_FSL_ESDHC=y
49 49 CONFIG_SPI_FLASH=y
50 50 # CONFIG_SPI_FLASH_BAR is not set
  51 +# CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
51 52 CONFIG_PHYLIB=y
52 53 CONFIG_PHY_AQUANTIA=y
53 54 CONFIG_E1000=y