]> git.baikalelectronics.ru Git - uboot.git/commit
imx: imx6ul: kontron-sl-mx6ul: Disable CONFIG_FSL_QSPI_AHB_FULL_MAP to fix SPI NAND...
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Mon, 14 Nov 2022 12:01:38 +0000 (13:01 +0100)
committerStefano Babic <sbabic@denx.de>
Tue, 31 Jan 2023 14:46:39 +0000 (15:46 +0100)
commit80e4cb4654e42100c7f262d7a73f7a302c2d4314
tree77ce12831e6054dac3c883d42d955027656a89ea
parent6e0c067b6fb8ea9766f465cc57a7e9338de2d513
imx: imx6ul: kontron-sl-mx6ul: Disable CONFIG_FSL_QSPI_AHB_FULL_MAP to fix SPI NAND read access

The introduction of CONFIG_FSL_QSPI_AHB_FULL_MAP as default in:

d67cd3b5e44f ("spi: fsl_qspi: Support to use full AHB space on i.MX")

broke the SPI NAND read access on the Kontron SL i.MX6UL/ULL boards.
Reading data from the flash returns garbage instead of the actual
content. Fix this for now by disabling the introduced option.

In the long run this should be fixed globally.

Fixes: d67cd3b5e44f ("spi: fsl_qspi: Support to use full AHB space on i.MX")
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Reviewed-by: Fabio Estevam <festevam@denx.de>
configs/kontron-sl-mx6ul_defconfig