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
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to