AM69A: Custom board bringup.

Part Number: AM69A
Other Parts Discussed in Thread: SK-AM69

Tool/software:

We are developing a custom board using the SoC.

The main differences from the EVK are as follows:
1. Changed the MAIN debugging terminal: main_uart8 -> main_uart0
2. Decrease the number of DDR memory: 8GB x4 -> 8GB x2

We applied the hardware changes to the Linux and u-boot device trees.
Also, we've set TFA_K3_USART=0x0 and OPTEE_K3_USART=0x0 when compiling TFA&OPTEE. (Due to debugging terminal changed)

But, nothing comes out on debugging terminal.
( we also control LED to light up when the boot starts, but it does not. )

My question: To run A72 u-boot properly, does DDR settings that run on R5 u-boot need to be configured properly? ( currently using default settings from SK-AM69 )

Thanks.