]> git.ipfire.org Git - thirdparty/u-boot.git/commit
mach-sc5xx: Introduce Kconfig symbols for image addresses
authorUtsav Agarwal <utsav.agarwal@analog.com>
Thu, 11 Dec 2025 08:03:52 +0000 (03:03 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 23 Jan 2026 20:20:58 +0000 (14:20 -0600)
commit280dbbbf6e4645595015c2a15add6dcc10795b4d
tree01848fa1c9ea0863249cab4aba0329c3d9352afd
parent0e0a198a68be71148f5ec27ef86796174f91436f
mach-sc5xx: Introduce Kconfig symbols for image addresses

Add Kconfig symbols to parameterize the SPI flash layout used in a
default-ish configuration. This adds more flexibility to the default ADI
environment, enabling customers with boards based on but not identical
to an ezkit to reuse more of the infrastructure. Furthermore it allows
for yocto (the expected default) or binman (to be introduced in this
series) to configure or use the flash layout based on a single
definition of all of the parameters when creating an image.

Signed-off-by: Greg Malysa <malysagreg@gmail.com>
Signed-off-by: Utsav Agarwal <utsav.agarwal@analog.com>
arch/arm/mach-sc5xx/Kconfig