On Mon, Mar 10, 2025 at 10:37 AM Anshul Dalal <ansh...@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 <feste...@gmail.com>

Reply via email to