sunxi: Kconfig: use SoC-wide values for some symbols
authorAndre Przywara <andre.przywara@arm.com>
Tue, 13 Sep 2022 00:23:58 +0000 (01:23 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Tue, 18 Oct 2022 07:18:30 +0000 (08:18 +0100)
commit177040b1eb06f29eabe9d567a515ee506481f8d4
tree654430fd72e71b5903ffb7e9402b2d11b8a3e9db
parentceda40a8e641b2b085e1c79573f06c4f3336bc5b
sunxi: Kconfig: use SoC-wide values for some symbols

Some configuration symbols formerly defined in header files were
recently converted to Kconfig symbols. This moved their value definition
into *every* defconfig file, even though those values are hardly board
choices.
Use the new Kconfig option to define per-SoC default values, in just one
place, which makes the definition in each defconfig file redundant.

We refrain from setting a sunxi specific value for CONFIG_SYS_BOOTM_LEN,
so this defaults to a much better 64MB for uncompressed arm64 kernels.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
cmd/Kconfig
common/spl/Kconfig