[U-Boot] [verified-boot] Adding DTB file at the end of u-boot image with CONFIG_OF_SEPARATE
Saad Ahmad (A)
saad.ahmad2 at huawei.com
Fri Jun 3 10:46:30 CEST 2016
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
More information about the U-Boot
mailing list