commit | 33e0d18af437346545126074914b069888d4dd35 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Fri Mar 14 01:01:48 2025 +0000 |
committer | Andre Przywara <andre.przywara@arm.com> | Thu Mar 27 00:26:35 2025 +0000 |
tree | 6f787c1ded24ba5fa187bb5061d01602f57942b2 | |
parent | c300f1796c13bdd632e599d37b7610931fa67218 [diff] |
sunxi: Kconfig: consolidate SYS_CLK_FREQ selection Most Allwinner SoCs (used on 107 out of 172 boards) use a default CPU frequency of 1008 MHz during the initial setup in the SPL. Make this the fallback default, in case nothing else is selected, to simplify the Kconfig stanza and make future additions easier. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>