On Tue, Apr 1, 2025 at 9:37 PM Jesse Taube <mr.bossman...@gmail.com> 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: s/ram/RAM

>
> 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

As Tom pointed out, please drop this line.

> +       help
> +         Skips relocation of U-Boot allowing for systems that have extremely
> +         limited ram to run U-Boot.

s/ram/RAM

Reply via email to