...
> > void __naked barebox_arm_reset_vector(void)
> > {
> > arm_cpu_lowlevel_init();
> > - imx51_barebox_entry(0);
> > + barebox_arm_entry(MX51_CSD0_BASE_ADDR, SZ_128M, 0);
>
> can we fix the ddr ctrl here by detecting the hw earlier
IIM is needed for detection. So it not possible.
---