On Sun, Oct 20, 2024 at 12:09:03AM +0200, Marek Vasut wrote:

> Select default U-Boot and SPL text base for the i.MX6 SoC. The U-Boot
> and SPL text base is picked as the one used by various i.MX6 boards.
> Update all the boards.
> 
> Signed-off-by: Marek Vasut <[email protected]>
[snip]
> diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig
> index 1f8022ee685..10b19984143 100644
> --- a/arch/arm/mach-imx/mx6/Kconfig
> +++ b/arch/arm/mach-imx/mx6/Kconfig
> @@ -15,6 +15,13 @@ config MX6
>       select GPT_TIMER if !MX6UL && !MX6ULL
>       imply CMD_FUSE
>  
> +config TEXT_BASE
> +     default 0x17800000
> +
> +config SPL_TEXT_BASE
> +     depends on SPL
> +     default 0x00908000

Please do these in Kconfig and common/spl/Kconfig with the other
SoC-wide default values, thanks.

-- 
Tom

Attachment: signature.asc
Description: PGP signature

Reply via email to