commit | a4d519248134e7c6c1f51e7bc354baf88b8e25ab | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Tue Sep 13 01:26:36 2022 +0100 |
committer | Andre Przywara <andre.przywara@arm.com> | Tue Oct 18 08:18:41 2022 +0100 |
tree | f4c51c457cb002c0fe88026368553fe639b1db64 | |
parent | 3f5873f720995032af12f25e8f6530418c321128 [diff] |
sunxi: defconfig: drop redundant definitions When some configuration symbols were converted from header files to Kconfig, their values were placed into *every* defconfig file. Since we now have sensible per-SoC defaults defined in Kconfig, those values are now redundant, and can just be removed. This affects CONFIG_SPL_STACK, CONFIG_SYS_PBSIZE, CONFIG_SPL_MAX_SIZE, and CONFIG_SYS_BOOTM_LEN. Signed-off-by: Andre Przywara <andre.przywara@arm.com>