diff options
author | Tom Rini <trini@konsulko.com> | 2022-09-20 08:50:07 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-09-20 08:50:07 -0400 |
commit | ebdd6afa543324648138f780a648b8fb65d488eb (patch) | |
tree | a16a1ae2c5f8cb496d35dce2e355eb88c91c3b84 /common | |
parent | 245746e8e09a408fc5f72762b3d430c3ecd60dfc (diff) | |
parent | 7a6102a6133a1f7a368c91626bb1707bed2bac45 (diff) |
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-marvell into next
- Enable CONFIG_TIMER for all Kirkwood / MVEBU boards (Stefan)
- u-boot-spl.kwb/SPL: Add / improve size limit setup / detection (Pali)
- mvebu: theadorable: Misc updates in defconfig und dts (Stefan)
Diffstat (limited to 'common')
-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 e1b2a421cd2..f2422d28f9e 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -40,6 +40,7 @@ config SPL_SIZE_LIMIT hex "Maximum size of SPL image" default 0x11000 if ARCH_MX6 && !MX6_OCRAM_256KB default 0x31000 if ARCH_MX6 && MX6_OCRAM_256KB + default 0x30000 if ARCH_MVEBU && ARMADA_32BIT default 0x0 help Specifies the maximum length of the U-Boot SPL image. |