]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit22cff316ffa575240715d0292b7abee0c6073734
tree654430fd72e71b5903ffb7e9402b2d11b8a3e9db
parentefd964aa7dac4a8022916404b8f2d3edb1fbffc1
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