Re: [U-Boot] [PATCH] p2371-2180: Build position independent binary

2019-03-20 Thread Stephen Warren
On 3/20/19 4:27 AM, Thierry Reding wrote: On Tue, Mar 19, 2019 at 11:05:43AM -0600, Stephen Warren wrote: On 3/19/19 6:12 AM, Thierry Reding wrote: On Mon, Mar 18, 2019 at 12:31:32PM -0600, Stephen Warren wrote: On 3/8/19 1:10 PM, Thierry Reding wrote: From: Thierry Reding In order to

Re: [U-Boot] [PATCH] p2371-2180: Build position independent binary

2019-03-20 Thread Thierry Reding
On Tue, Mar 19, 2019 at 11:05:43AM -0600, Stephen Warren wrote: > On 3/19/19 6:12 AM, Thierry Reding wrote: > > On Mon, Mar 18, 2019 at 12:31:32PM -0600, Stephen Warren wrote: > > > On 3/8/19 1:10 PM, Thierry Reding wrote: > > > > From: Thierry Reding > > > > > > > > In order to support

Re: [U-Boot] [PATCH] p2371-2180: Build position independent binary

2019-03-19 Thread Stephen Warren
On 3/19/19 6:12 AM, Thierry Reding wrote: On Mon, Mar 18, 2019 at 12:31:32PM -0600, Stephen Warren wrote: On 3/8/19 1:10 PM, Thierry Reding wrote: From: Thierry Reding In order to support chainloading of U-Boot by an earlier bootloader, make sure the binary is position independent, so that

Re: [U-Boot] [PATCH] p2371-2180: Build position independent binary

2019-03-19 Thread Thierry Reding
On Mon, Mar 18, 2019 at 12:31:32PM -0600, Stephen Warren wrote: > On 3/8/19 1:10 PM, Thierry Reding wrote: > > From: Thierry Reding > > > > In order to support chainloading of U-Boot by an earlier bootloader, > > make sure the binary is position independent, so that the earlier boot- > > loader

Re: [U-Boot] [PATCH] p2371-2180: Build position independent binary

2019-03-18 Thread Stephen Warren
On 3/8/19 1:10 PM, Thierry Reding wrote: From: Thierry Reding In order to support chainloading of U-Boot by an earlier bootloader, make sure the binary is position independent, so that the earlier boot- loader can relocate it if necessary. Why not enable this for all 64-bit Tegra? They're

[U-Boot] [PATCH] p2371-2180: Build position independent binary

2019-03-08 Thread Thierry Reding
From: Thierry Reding In order to support chainloading of U-Boot by an earlier bootloader, make sure the binary is position independent, so that the earlier boot- loader can relocate it if necessary. Signed-off-by: Thierry Reding --- configs/p2371-2180_defconfig | 1 + 1 file changed, 1