From b17db4fadcc2129b92bf9117d86ff45edd141383 Mon Sep 17 00:00:00 2001 From: Angelo Dureghello Date: Tue, 31 Mar 2026 20:11:11 +0200 Subject: [PATCH] configs: stmark2: add bdinfo command Enable bdinfo command. Signed-off-by: Angelo Dureghello --- Changes in v2: - recreated by make menuconfig --- configs/stmark2_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/stmark2_defconfig b/configs/stmark2_defconfig index 4617cb19dfe..42629ad5d5f 100644 --- a/configs/stmark2_defconfig +++ b/configs/stmark2_defconfig @@ -22,7 +22,6 @@ CONFIG_SYS_MALLOC_BOOTPARAMS=y CONFIG_HUSH_PARSER=y # CONFIG_CMDLINE_EDITING is not set CONFIG_SYS_PROMPT="stmark2 $ " -# CONFIG_CMD_BDI is not set # CONFIG_CMD_CONSOLE is not set # CONFIG_CMD_EXPORTENV is not set # CONFIG_CMD_IMPORTENV is not set