[PATCH v3 4/4] sunxi: Enable SPL FIT loading for 32-bit SoCs
Simon Glass
sjg at chromium.org
Thu Nov 2 23:46:05 CET 2023
On Tue, 31 Oct 2023 at 05:18, Samuel Holland <samuel at sholland.org> wrote:
>
> Now that 32-bit SoCs can load U-Boot proper (and possibly other
> firmware) from a FIT, use this method by default. SPL_FIT_IMAGE_TINY is
> required to stay within the 24 or 32 KiB SPL size limit on early SoCs;
> for consistency, enable it everywhere.
>
> Signed-off-by: Samuel Holland <samuel at sholland.org>
> ---
>
> (no changes since v2)
>
> Changes in v2:
> - New patch for v2, split from the .dtsi changes
>
> arch/arm/Kconfig | 1 +
> common/spl/Kconfig | 3 +--
> 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list