Re: [PATCH u-boot 11/39] binman: declare symbols externally visible

2021-03-08 Thread Marek Behun
On Mon, 8 Mar 2021 18:31:26 +0800 Bin Meng wrote: > On Mon, Mar 8, 2021 at 5:26 PM Marek Behun wrote: > > > > On Mon, 8 Mar 2021 15:47:38 +0800 > > Bin Meng wrote: > > > > > Hi Marek, > > > > > > On Sun, Mar 7, 2021 at 12:59 PM Marek Behun wrote: > > > > > > > > I forgot to drop this patch

Re: [PATCH u-boot 11/39] binman: declare symbols externally visible

2021-03-08 Thread Bin Meng
On Mon, Mar 8, 2021 at 5:26 PM Marek Behun wrote: > > On Mon, 8 Mar 2021 15:47:38 +0800 > Bin Meng wrote: > > > Hi Marek, > > > > On Sun, Mar 7, 2021 at 12:59 PM Marek Behun wrote: > > > > > > I forgot to drop this patch. It is not needed, please ignore it. > > > > > > > Why is this not needed a

Re: [PATCH u-boot 11/39] binman: declare symbols externally visible

2021-03-08 Thread Marek Behun
On Mon, 8 Mar 2021 15:47:38 +0800 Bin Meng wrote: > Hi Marek, > > On Sun, Mar 7, 2021 at 12:59 PM Marek Behun wrote: > > > > I forgot to drop this patch. It is not needed, please ignore it. > > > > Why is this not needed anymore? It was not needed at all, binman does not fail when its symbo

Re: [PATCH u-boot 11/39] binman: declare symbols externally visible

2021-03-07 Thread Bin Meng
Hi Marek, On Sun, Mar 7, 2021 at 12:59 PM Marek Behun wrote: > > I forgot to drop this patch. It is not needed, please ignore it. > Why is this not needed anymore? Regards, Bin

Re: [PATCH u-boot 11/39] binman: declare symbols externally visible

2021-03-06 Thread Marek Behun
I forgot to drop this patch. It is not needed, please ignore it. Marek

[PATCH u-boot 11/39] binman: declare symbols externally visible

2021-03-06 Thread Marek BehĂșn
Use the `externally_visible` attribute to declare binman symbols externally visible, so that when building with LTO the compiler does not optimize this data away. Signed-off-by: Marek BehĂșn --- include/binman_sym.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/