[PATCH] ARM: imx: soc: Select default TEXT_BASE for i.MX6
Tom Rini
trini at konsulko.com
Sun Oct 20 02:27:01 CEST 2024
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 <marex at denx.de>
[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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20241019/a4e26886/attachment.sig>
More information about the U-Boot
mailing list