a) I am trying to debug a custom LS1043A-RGW board SPL code (using the u-boot-spl ELF file built with flex-builder).
b) This runs out of OCRAM, so I import into CodeWarrior and point the source code at the proper directory.
c) I start the debug session, and I set a breakpoint in fsl_lsch2_early_init_f() and it calls init_early_memctl_regs()
d) It seems to lose its mind somewhere in the middle of this routine...
I can't get any further without understanding this.
note: we have the same NAND part number (just a bigger size). Does the LS1043A-RDB have a completely different
nand part that could be causing issues?
Tom