[PATCH 02/12] rockchip: rk3399-gru: Use SYS_SPI_U_BOOT_OFFS value in offset prop

Simon Glass sjg at chromium.org
Sun Feb 9 00:04:48 CET 2025


Hi Jonas,

On Thu, 12 Dec 2024 at 16:57, Jonas Karlman <jonas at kwiboo.se> wrote:
>
> Use the offset configured with SYS_SPI_U_BOOT_OFFS Kconfig option
> instead of a hardcoded 0x40000 for the FIT payload offset.
>
> This has no intended impact as SYS_SPI_U_BOOT_OFFS=0x40000.

When you add CONFIG options into a devicetree, it makes it difficult
to build it. We have to individually build U-Boot for each target just
to get the right values.

For rk3399-generic, this means I have to drop gru.

Can we not use a binman symbols instead?

>
> Signed-off-by: Jonas Karlman <jonas at kwiboo.se>
> ---
>  arch/arm/dts/rk3399-gru-u-boot.dtsi | 2 +-
>  arch/arm/dts/rk3399-u-boot.dtsi     | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Regards,
SImon


More information about the U-Boot mailing list