commit | b19ef134f5d6ca2ab59d699e357c3866dfe91712 | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Fri Jan 12 17:01:48 2024 +0100 |
committer | Fabio Estevam <festevam@gmail.com> | Fri Jan 12 15:02:09 2024 -0300 |
tree | b6268cc74e523c73d35cf74ea992ba8e1bf96675 | |
parent | 3233349fa6e2f64ae7f03d9d0ccce3df7a5e7721 [diff] |
defconfig: xea: Change default spi-nor memory bus to 2 (single binary) 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>