Re: [PATCH v2 2/3] arm: Add an __image_copy_start symbol for ARMv8

2021-07-27 Thread Simon Glass
Hi Tim, On Mon, 26 Jul 2021 at 12:20, Tim Harvey wrote: > > On Sun, Jul 25, 2021 at 9:54 AM Simon Glass wrote: > > > > This symbol is needed for binman to locate the start of the image. Add it. > > > > Note: the existing line to bring in the .__image_copy_start symbol does > > not appear to do a

Re: [PATCH v2 2/3] arm: Add an __image_copy_start symbol for ARMv8

2021-07-26 Thread Tim Harvey
On Sun, Jul 25, 2021 at 9:54 AM Simon Glass wrote: > > This symbol is needed for binman to locate the start of the image. Add it. > > Note: the existing line to bring in the .__image_copy_start symbol does > not appear to do anything. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Ad

[PATCH v2 2/3] arm: Add an __image_copy_start symbol for ARMv8

2021-07-25 Thread Simon Glass
This symbol is needed for binman to locate the start of the image. Add it. Note: the existing line to bring in the .__image_copy_start symbol does not appear to do anything. Signed-off-by: Simon Glass --- Changes in v2: - Add new patch to add an __image_copy_start symbol for ARMv8 arch/arm/cp