From b072aefbbe1cbbeab92c8153c07127051905d292 Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Sat, 19 Nov 2022 16:10:59 +0000 Subject: sunxi: define SYS_MONITOR_LEN in Kconfig, not _defconfig Commit 08574ed339fb ("Convert CONFIG_SYS_MONITOR_LEN to Kconfig") moved the definition of said config variable from the common sunxi header to *every board's* defconfig. This is a platform choice, not board specific, so remove the variable from there, instead set the one value for all Allwinner boards in Kconfig. Signed-off-by: Andre Przywara Acked-by: Jernej Skrabec --- configs/mk802ii_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/mk802ii_defconfig') diff --git a/configs/mk802ii_defconfig b/configs/mk802ii_defconfig index 9c31b33c43..965a9cd5c4 100644 --- a/configs/mk802ii_defconfig +++ b/configs/mk802ii_defconfig @@ -4,7 +4,6 @@ CONFIG_DEFAULT_DEVICE_TREE="sun4i-a10-mk802ii" CONFIG_SPL=y CONFIG_MACH_SUN4I=y # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set -CONFIG_SYS_MONITOR_LEN=786432 CONFIG_SPL_I2C=y CONFIG_SYS_I2C_MVTWSI=y CONFIG_SYS_I2C_SLAVE=0x7f -- cgit v1.2.3