Re: [PATCH 05/10] sandbox: Allow link flags to be given

2022-04-19 Thread Tom Rini
On Sun, Mar 27, 2022 at 02:26:17PM -0600, Simon Glass wrote: > At present the link flags are not used for sandbox. Update the command > line to use them. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 05/10] sandbox: Allow link flags to be given

2022-03-27 Thread Simon Glass
At present the link flags are not used for sandbox. Update the command line to use them. Signed-off-by: Simon Glass --- arch/sandbox/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/sandbox/config.mk b/arch/sandbox/config.mk index 2b1b657831c..02a3ba0c0e9