common: Add CONFIG_SKIP_RELOCATE
authorJesse Taube <mr.bossman075@gmail.com>
Wed, 9 Apr 2025 18:08:33 +0000 (14:08 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 15 Apr 2025 17:21:30 +0000 (11:21 -0600)
commitf9d788d925574109ecf239a16def9450cd4c3ecd
tree63e1531b38ae065f3c7f9c76c6c710026c2a6809
parent203e5f3f02caf113b5df11fe680c8503d671bf1d
common: Add CONFIG_SKIP_RELOCATE

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.Bossman075@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Kconfig
common/board_f.c