diff options
| author | Tom Rini <[email protected]> | 2025-12-19 10:30:26 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-12-19 10:30:26 -0600 |
| commit | adbbf5982d26801224b10cd847dc468f8b5e4095 (patch) | |
| tree | edb0eb14bfb2b16e7b92141a64f0d122259eb660 /common/spl | |
| parent | 930eff5416ea98ebd09cec73f5d06a7033b4d52e (diff) | |
| parent | 6e844dd4df6765e5e772b5606a675c16fe98d9ac (diff) | |
Merge tag 'u-boot-amlogic-next-20251219' of https://source.denx.de/u-boot/custodians/u-boot-amlogic into next
- Add u-boot SPL support for GX SoCs
- meson_gx_mmc: reduce maximum frequency
- Add support for EFI capsule updates on all Amlogic boards
Diffstat (limited to 'common/spl')
| -rw-r--r-- | common/spl/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index d413b54aa70..9e0402f6827 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -41,6 +41,7 @@ config SPL_SIZE_LIMIT default 0x11000 if ARCH_MX6 && !MX6_OCRAM_256KB default 0x31000 if ARCH_MX6 && MX6_OCRAM_256KB default 0x30000 if ARCH_MVEBU && ARMADA_32BIT + default 0xb000 if ARCH_MESON && MESON_GX default 0x0 help Specifies the maximum length of the U-Boot SPL image. |
