All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [verified-boot] Adding DTB file at the end of u-boot image with CONFIG_OF_SEPARATE
@ 2016-06-03  8:46 Saad Ahmad
  0 siblings, 0 replies; only message in thread
From: Saad Ahmad @ 2016-06-03  8:46 UTC (permalink / raw
  To: u-boot

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-03  8:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-03  8:46 [U-Boot] [verified-boot] Adding DTB file at the end of u-boot image with CONFIG_OF_SEPARATE Saad Ahmad

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.