Re: [PATCH] common: Add CONFIG_SKIP_RELOCATE

2025-04-08 Thread Fabio Estevam
On Tue, Apr 1, 2025 at 9:37 PM Jesse Taube wrote: > > Add a check for CONFIG_SKIP_RELOCATE in reserve_uboot to skip the > relocation of the U-Boot image. > CONFIG_SKIP_RELOCATE skips relocation of U-Boot to the end of RAM > allowing for systems that have extremely limited ram to run U-Boot. Nit:

Re: [PATCH] common: Add CONFIG_SKIP_RELOCATE

2025-04-08 Thread Caleb Connolly
On 4/2/25 02:37, Jesse Taube wrote: Add a check for CONFIG_SKIP_RELOCATE in reserve_uboot to skip the relocation of the U-Boot image. CONFIG_SKIP_RELOCATE skips relocation of U-Boot to the end of RAM allowing for systems that have extremely limited ram to run U-Boot. Signed-off-by: Jesse Taub

Re: [PATCH] common: Add CONFIG_SKIP_RELOCATE

2025-04-05 Thread Tom Rini
On Tue, Apr 01, 2025 at 08:37:38PM -0400, Jesse Taube wrote: > Add a check for CONFIG_SKIP_RELOCATE in reserve_uboot to skip the > relocation of the U-Boot image. > CONFIG_SKIP_RELOCATE skips relocation of U-Boot to the end of RAM > allowing for systems that have extremely limited ram to run U-Boot

[PATCH] common: Add CONFIG_SKIP_RELOCATE

2025-04-01 Thread Jesse Taube
Add a check for CONFIG_SKIP_RELOCATE in reserve_uboot to skip the relocation of the U-Boot image. CONFIG_SKIP_RELOCATE skips relocation of U-Boot to the end of RAM allowing for systems that have extremely limited ram to run U-Boot. Signed-off-by: Jesse Taube --- Kconfig | 7 +++ com