Hi
I'm trying to call platform_init from L2 Core 1.
platform_init cannot initialize DDR3 memory from Core 1, only Core 0.
My question is, if I already performed a call to platform_init from Core 0, do I need to call it again from Core 1 ?
I'm basically running the same code from both cores.
What if I'm running only from Core 1 and still want to initialize the DDR and call platform_init
Thanks