From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 7 Apr 2021 16:32:23 +1200 Subject: [PATCH 13/17] x86: coreboot: Enable the cbsysinfo command In-Reply-To: <20210407043228.2268429-1-sjg@chromium.org> References: <20210407043228.2268429-1-sjg@chromium.org> Message-ID: <20210407163159.13.Ie065cbfe1a99c59181b92e3e19f6b633418b2d08@changeid> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Enable this by default on coreboot, since it is quite useful there. Signed-off-by: Simon Glass --- arch/x86/cpu/coreboot/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/cpu/coreboot/Kconfig b/arch/x86/cpu/coreboot/Kconfig index b97c2779041..11385918d83 100644 --- a/arch/x86/cpu/coreboot/Kconfig +++ b/arch/x86/cpu/coreboot/Kconfig @@ -26,5 +26,6 @@ config SYS_COREBOOT imply CBMEM_CONSOLE imply X86_TSC_READ_BASE select BINMAN if X86_64 + imply CMD_CBSYSINFO endif -- 2.31.0.208.g409f899ff0-goog