commit | 56d7e44660b335c5390d8e85ca4f62415d3e044d | [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 | ebbd4fcfdfe0a5b080b7768353121d707add522c [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>