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/q8_a23_tablet_800x480_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/q8_a23_tablet_800x480_defconfig') diff --git a/configs/q8_a23_tablet_800x480_defconfig b/configs/q8_a23_tablet_800x480_defconfig index dfa220b..dda1a0c 100644 --- a/configs/q8_a23_tablet_800x480_defconfig +++ b/configs/q8_a23_tablet_800x480_defconfig @@ -16,7 +16,6 @@ CONFIG_VIDEO_LCD_POWER="PH7" CONFIG_VIDEO_LCD_BL_EN="PH6" CONFIG_VIDEO_LCD_BL_PWM="PH0" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set -CONFIG_SYS_MONITOR_LEN=786432 CONFIG_AXP_DLDO1_VOLT=3300 CONFIG_CONS_INDEX=5 CONFIG_USB_MUSB_HOST=y -- cgit v1.1