]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
defconfig: xea: Change default spi-nor memory bus to 2 (single binary)
authorLukasz Majewski <lukma@denx.de>
Fri, 12 Jan 2024 16:01:48 +0000 (17:01 +0100)
committerFabio Estevam <festevam@gmail.com>
Fri, 12 Jan 2024 18:02:09 +0000 (15:02 -0300)
After the re-sync with Linux kernel (v6.0) of the XEA DTS
(SHA1: 7d08ddd09b75e7a3c103cc0d0d3ed700287f268e) the alias
for SPI bus, to which SPI-NOR  memory is connected, has changed from
'spi3' to 'spi2'.

To be in sync with current u-boot's xea dts, the default bus number
(which allows running 'sf probe' without any extra parameters given)
has been adjusted.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
configs/imx28_xea_sb_defconfig

index 0b3259866e7d8b9df70f579c62f006e8f421b6f9..9872d35c1b4f55dbe124df08c04f1fa95adb12c6 100644 (file)
@@ -74,7 +74,7 @@ CONFIG_MMC_MXS=y
 CONFIG_MTD=y
 CONFIG_DM_MTD=y
 CONFIG_DM_SPI_FLASH=y
-CONFIG_SF_DEFAULT_BUS=3
+CONFIG_SF_DEFAULT_BUS=2
 CONFIG_SPI_FLASH_SFDP_SUPPORT=y
 CONFIG_SPI_FLASH_ISSI=y
 CONFIG_SPI_FLASH_SPANSION=y