summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-05-04 16:55:09 -0600
committerBin Meng <bmeng@tinylab.org>2023-05-11 10:25:29 +0800
commit44dc33042f8465764bddeba4e4b362dd5372b74a (patch)
tree66f9322939125f01eb942abb5fbddb6a843d9af6
parentfa328446bce23ab210c5aa01249075b6a7a7e251 (diff)
downloadu-boot-44dc33042f8465764bddeba4e4b362dd5372b74a.tar.gz
coreboot: Enable ms command
This is useful when looking for tables in memory. Enable it for coreboot. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
-rw-r--r--configs/coreboot_defconfig1
1 files changed, 1 insertions, 0 deletions
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