On 08/06/2021 14:18, Sebastien Lorquet wrote:
what I would check here (just a live thought process) * check that the ld file is actually used (ld file is pointed by main Make.defs IIRC) (easy: just add garbage in it and verify build actually breaks)
You, sir, have earned the cigar! Garbage added, didn't complain...lulled into a false sense of security because VScode coloured it all so nicely as *it* had found the declarations in *a* linker script no problem at all, just not the right one.
It's using uboot.ld not dramboot.ld and I was editing the latter. Doh! Complete idiot!!!
Thank you all who helped me out for your patience!