Re: [U-Boot] [PATCH v1] sandbox: Build with -fPIC

2018-09-03 Thread Bin Meng
Hi Andy, On Mon, Sep 3, 2018 at 4:33 PM Andy Shevchenko wrote: > > Sandbox is not a real bootloader and it does require > a position independent code to be supported. > > Thus, build it with -fPIC explicitly. > > Fixes: 16940f720f9b ("Makefile: Don't generate position independent code") > Signed-

[U-Boot] [PATCH v1] sandbox: Build with -fPIC

2018-09-03 Thread Andy Shevchenko
Sandbox is not a real bootloader and it does require a position independent code to be supported. Thus, build it with -fPIC explicitly. Fixes: 16940f720f9b ("Makefile: Don't generate position independent code") Signed-off-by: Andy Shevchenko Reported-by: Simon Glass --- arch/sandbox/config.mk