We use customer board based on AM6442. The Nor Flash is MACRONIX 8M with QSPI.
Boot from Nor, we meet the issue that can not startup the uboot. It stop at func cadence_qspi_apb_direct_read_execute(plat, op) which used __memcpy_fromio().
It stop in __memcpy_fromio() copy data.
Is there anyone can help with this?