
On Wed, 14 Sep 2022 10:04:44 -0400 Tom Rini trini@konsulko.com wrote:
Hi Tom,
On Wed, Sep 14, 2022 at 12:32:16AM +0100, Andre Przywara wrote:
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
Note that you forgot to CC the U-Boot list on this series.
Reviewed-by: Tom Rini trini@konsulko.com
Many thanks! And yeah, I realised that missing CC: afterwards, and sent it again, just to the list this time. CC:ing now to record your tag.
Cheers, Andre