
3 Jun
2016
3 Jun
'16
10:46 a.m.
Hi all,
I am trying to use verified boot on P2041RDB SoC.
According to common/board_f.c function setup_fdt()
#elif defined CONFIG_OF_SEPARATE /* FDT is at end of image */ gd->fdt_blob = (ulong *)&_end;
But there is no _end in arch/powerpc/cpu/mpc85xx/u-boot.lds. I have changed _end to __bss_end but u-boot is not finding any DTB at the end of the image.
Thanks in advance for any help you are able to provide.
Regards, Saad