Re: [PATCH 23/34] spl: reorder SPL_MAX_SIZE defaults for sunxi

2025-03-23 Thread Jernej Škrabec
Dne nedelja, 23. marec 2025 ob 12:35:33 Srednjeevropski standardni čas je Andre Przywara napisal(a): > Reorder the Kconfig defaults for the maximum SPL size, to make the > Allwinner specific values more readable and extensible: many older SoCs > need to be limited to 32KB, so make this the last AR

[PATCH 23/34] spl: reorder SPL_MAX_SIZE defaults for sunxi

2025-03-23 Thread Andre Przywara
Reorder the Kconfig defaults for the maximum SPL size, to make the Allwinner specific values more readable and extensible: many older SoCs need to be limited to 32KB, so make this the last ARCH_SUNXI entry, used as a fallback unless explicitly overridden before. Signed-off-by: Andre Przywara ---