]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
coreboot: Enable ms command
authorSimon Glass <sjg@chromium.org>
Thu, 4 May 2023 22:55:09 +0000 (16:55 -0600)
committerBin Meng <bmeng@tinylab.org>
Thu, 11 May 2023 02:25:29 +0000 (10:25 +0800)
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>
configs/coreboot_defconfig

index f6ffb518042193f887048f4071db796aab826ee6..058caf008f9a158f1dbf0d5bd62c6691d282d1c2 100644 (file)
@@ -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