From cf493582f83cd4d2808a0ff2c2d463c39a6155ff Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 11 May 2022 16:21:06 -0400 Subject: Convert CONFIG_SYS_MAXARGS to Kconfig This converts the following to Kconfig: CONFIG_SYS_MAXARGS Signed-off-by: Tom Rini --- configs/odroid-c2_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/odroid-c2_defconfig') diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig index f9b0c79eff7..4c82fd097a3 100644 --- a/configs/odroid-c2_defconfig +++ b/configs/odroid-c2_defconfig @@ -14,6 +14,7 @@ CONFIG_REMAKE_ELF=y CONFIG_OF_BOARD_SETUP=y # CONFIG_DISPLAY_CPUINFO is not set CONFIG_MISC_INIT_R=y +CONFIG_SYS_MAXARGS=32 # CONFIG_CMD_BDI is not set # CONFIG_CMD_IMI is not set CONFIG_CMD_ADC=y -- cgit v1.2.3