commit | a0e2a09d61a8d4788300df4b35b8e4ff8ca8d022 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Thu Jan 02 11:06:22 2025 +0000 |
committer | Andre Przywara <andre.przywara@arm.com> | Thu Mar 27 00:26:35 2025 +0000 |
tree | f32ecb6c1352eed6b8adcb8b4e8b8f6fa3bd3375 | |
parent | 33e0d18af437346545126074914b069888d4dd35 [diff] |
spl: reorder SPL_MAX_SIZE defaults for sunxi 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 <andre.przywara@arm.com> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>