On Tue, 09 Sep 2025 13:47:30 +0530, Anshul Dalal wrote: > spl_start_uboot is a board overridable function that switches to falcon > boot mode on return value of 0. > > Though for SPI, the falcon boot mode was being enabled on return value > of 1 which is not the correct behaviour. Therefore this patch fixes it > to the expected boot flow. > > [...]
Applied to u-boot/master, thanks! [1/1] spl: spi: fix falcon mode for spi boot commit: 210702ae6ce820713773549c4e102b37f09d7cc5 -- Tom