From: Simon Glass Date: Thu, 4 May 2023 22:55:09 +0000 (-0600) Subject: coreboot: Enable ms command X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=44dc33042f8465764bddeba4e4b362dd5372b74a;p=u-boot.git coreboot: Enable ms command This is useful when looking for tables in memory. Enable it for coreboot. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- diff --git a/configs/coreboot_defconfig b/configs/coreboot_defconfig index f6ffb51804..058caf008f 100644 --- a/configs/coreboot_defconfig +++ b/configs/coreboot_defconfig @@ -24,6 +24,7 @@ CONFIG_LAST_STAGE_INIT=y CONFIG_PCI_INIT_R=y CONFIG_HUSH_PARSER=y CONFIG_SYS_PBSIZE=532 +CONFIG_CMD_MEM_SEARCH=y CONFIG_CMD_IDE=y CONFIG_CMD_MMC=y CONFIG_CMD_PART=y