Re: [PATCH v2 01/29] Makefile: Avoid using TEXT_BASE if not present

2025-02-14 Thread Simon Glass
Hi Tom, On Mon, 10 Feb 2025 at 07:51, Tom Rini wrote: > > On Mon, Feb 10, 2025 at 06:06:38AM -0700, Simon Glass wrote: > > Hi Tom, > > > > On Sun, 9 Feb 2025 at 11:05, Tom Rini wrote: > > > > > > On Sat, Feb 08, 2025 at 10:11:21AM -0700, Simon Glass wrote: > > > > This value is only available if

Re: [PATCH v2 01/29] Makefile: Avoid using TEXT_BASE if not present

2025-02-10 Thread Tom Rini
On Mon, Feb 10, 2025 at 06:06:38AM -0700, Simon Glass wrote: > Hi Tom, > > On Sun, 9 Feb 2025 at 11:05, Tom Rini wrote: > > > > On Sat, Feb 08, 2025 at 10:11:21AM -0700, Simon Glass wrote: > > > This value is only available if CONFIG_HAVE_TEXT_BASE is enabled. Add > > > conditions to avoid introd

Re: [PATCH v2 01/29] Makefile: Avoid using TEXT_BASE if not present

2025-02-10 Thread Simon Glass
Hi Tom, On Sun, 9 Feb 2025 at 11:05, Tom Rini wrote: > > On Sat, Feb 08, 2025 at 10:11:21AM -0700, Simon Glass wrote: > > This value is only available if CONFIG_HAVE_TEXT_BASE is enabled. Add > > conditions to avoid introducing errors in link scripts when it is not. > > > > Signed-off-by: Simon G

Re: [PATCH v2 01/29] Makefile: Avoid using TEXT_BASE if not present

2025-02-09 Thread Tom Rini
On Sat, Feb 08, 2025 at 10:11:21AM -0700, Simon Glass wrote: > This value is only available if CONFIG_HAVE_TEXT_BASE is enabled. Add > conditions to avoid introducing errors in link scripts when it is not. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Depend on CONFIG_EFI_APP inste

[PATCH v2 01/29] Makefile: Avoid using TEXT_BASE if not present

2025-02-08 Thread Simon Glass
This value is only available if CONFIG_HAVE_TEXT_BASE is enabled. Add conditions to avoid introducing errors in link scripts when it is not. Signed-off-by: Simon Glass --- Changes in v2: - Depend on CONFIG_EFI_APP instead - Drop change to u-boot-elf rule Makefile | 2 ++ 1 file changed, 2 inse