Hello,
The SDK I'm using is linux-automotive-j7-evm-07_00_01. I'm trying to print debug messages in the cadence_qspi_apb.c file.
I added "#define DEBUG" at the top of the u-boot/include/common.h but the SD booting is halt and can't reach to the u-boot prompt as below.
Is the common.h right point to enable DEBUG option? It prints too many unnecessary things but adding DEBUG to the c file didn't print.
Thanks.