On 1/23/25 16:32, Tom Rini wrote: > On Thu, Jan 23, 2025 at 08:37:13AM +0100, Alexander Dahl wrote: > >> Most other spi-mem drivers also depend on SPI_MEM. Fixes this build >> error: >> >> arm-v5te-linux-gnueabi-ld.bfd: drivers/spi/atmel-quadspi.o: in function >> `atmel_qspi_supports_op': >> /mnt/data/adahl/src/u-boot/drivers/spi/atmel-quadspi.c:460: undefined >> reference to `spi_mem_default_supports_op' >> make[1]: *** [/mnt/data/adahl/src/u-boot/Makefile:1821: u-boot] Error 1 >> >> Signed-off-by: Alexander Dahl <[email protected]> > > Reviewed-by: Tom Rini <[email protected]> > Applied to u-boot-at91/next ! Thanks

