link: Disable CMD_VIDCONSOLE

This command is not really needed for link, which is near its code-size
limit. Disable it, before we add more subcommands.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-10-02 13:47:37 -06:00
parent e49052511f
commit 997d2def8a

View File

@@ -43,6 +43,7 @@ CONFIG_CMD_DHCP=y
CONFIG_CMD_PING=y
CONFIG_CMD_TIME=y
CONFIG_CMD_SOUND=y
# CONFIG_CMD_VIDCONSOLE is not set
CONFIG_CMD_BOOTSTAGE=y
CONFIG_CMD_TPM=y
CONFIG_CMD_TPM_TEST=y