Re: [PATCH v2] common: Add CONFIG_SKIP_RELOCATE

2025-04-16 Thread Tom Rini
On Wed, 09 Apr 2025 14:08:33 -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. >

Re: [PATCH v2] common: Add CONFIG_SKIP_RELOCATE

2025-04-09 Thread Fabio Estevam
On Wed, Apr 9, 2025 at 3:17 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. > > Si