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. > > Signed-off-by: Jesse Taube <mr.bossman...@gmail.com> > --- > Kconfig | 7 +++++++ > common/board_f.c | 7 +++++++ > 2 files changed, 14 insertions(+) > > diff --git a/Kconfig b/Kconfig > index 6379a454166..f518768615f 100644 > --- a/Kconfig > +++ b/Kconfig > @@ -443,6 +443,13 @@ config TOOLS_DEBUG > it is possible to set breakpoints on particular lines, single-step > debug through the source code, etc. > > +config SKIP_RELOCATE > + bool "Skips relocation of U-Boot to end of RAM" > + default n
Note that "n" is the default so we don't need this line. Otherwise: Reviewed-by: Tom Rini <tr...@konsulko.com> -- Tom
signature.asc
Description: PGP signature