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

2025-03-11 Thread Anshul Dalal
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 values consistent for each of the effected boards. Signed-off-by: Anshul Dalal --- Tested: * U-boot CI: https://github.com/u-boot/u-boot/pull/750 --- com

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

2025-03-11 Thread Fabio Estevam
On Mon, Mar 10, 2025 at 10:37 AM Anshul Dalal wrote: > diff --git a/include/configs/xea.h b/include/configs/xea.h > index 00d62748733..2b358a41e2b 100644 > --- a/include/configs/xea.h > +++ b/include/configs/xea.h > @@ -14,12 +14,6 @@ > > #include This header file can also be removed. > -/* S

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

2025-03-11 Thread Tom Rini
On Mon, Mar 10, 2025 at 07:06:46PM +0530, Anshul Dalal 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 > values consistent for each of the effected boards. > > Signed-off-by: Anshul Dalal >

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

2025-03-10 Thread Fabio Estevam
On Mon, Mar 10, 2025 at 10:37 AM Anshul Dalal 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/affec