[PATCH v1] config: falcon: move CFG_SYS_SPI_* to Kconfig

Fabio Estevam festevam at gmail.com
Mon Mar 10 14:43:15 CET 2025


On Mon, Mar 10, 2025 at 10:37 AM Anshul Dalal <anshuld at ti.com> wrote:
>
> CFG_SYS_SPI_* are used in falcon boot to specify the offsets and size of
> the repsective payloads. This patch moves them to Kconfig keeping the

s/repsective/respective

> values consistent for each of the effected boards.

s/effected/affected

> +config SYS_SPI_KERNEL_OFFS
> +       hex "Falcon mode: address of kernel payload in SPI flash"
> +       depends on SPL_SPI_FLASH_SUPPORT && SPL_OS_BOOT
> +       help
> +        Address within SPI-Flash from where the kernel payload is feteched
s/feteched/fetched

> +config SYS_SPI_ARGS_OFFS
> +       hex "Falcon mode: address of args payload in SPI flash"
> +       depends on SPL_SPI_FLASH_SUPPORT && SPL_OS_BOOT
> +       help
> +        Address within SPI-Flash from where the args payload (usually the
> +        dtb) is feteched in falcon boot.

s/feteched/fetched

Reviewed-by: Fabio Estevam <festevam at gmail.com>


More information about the U-Boot mailing list