Re: [RFC PATCH v2 4/8] board: rockchip: Move SPI U-Boot offset to config

2022-05-19 Thread Alper Nebi Yasak
On 16/05/2022 14:07, Andrew Abbott wrote: > This needs to be accessible to binman (via CONFIG_ preprocessor macros) > so it can build SPI images using the correct offset. > > The documentation at 'doc/device-tree-bindings/config.txt' says that > the 'u-boot,spl-payload-offset' device tree option s

[RFC PATCH v2 4/8] board: rockchip: Move SPI U-Boot offset to config

2022-05-16 Thread Andrew Abbott
This needs to be accessible to binman (via CONFIG_ preprocessor macros) so it can build SPI images using the correct offset. The documentation at 'doc/device-tree-bindings/config.txt' says that the 'u-boot,spl-payload-offset' device tree option simply overrides 'CONFIG_SYS_SPI_U_BOOT_OFFS', so thi