[U-Boot] [verified-boot] Adding DTB file at the end of u-boot image with CONFIG_OF_SEPARATE

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
3260
Age (days ago)
3260
Last active (days ago)
0 comments
1 participants
participants (1)
-
Saad Ahmad (A)