From: Bin Meng Date: Thu, 13 Aug 2015 07:29:14 +0000 (-0700) Subject: x86: Only include cbfs command for coreboot X-Git-Tag: v2025.01-rc5-pxa1908~11935^2~41 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/kyber.dk/phpMyBuilder/static/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=c80ff560347820c5472bbd39e5b709df325cc6c8;p=u-boot.git x86: Only include cbfs command for coreboot When running U-Boot bare-metal, the cbfs command is useless. Signed-off-by: Bin Meng --- diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h index 349b06cb76..3d07cc0c92 100644 --- a/include/configs/x86-common.h +++ b/include/configs/x86-common.h @@ -87,7 +87,9 @@ #define CONFIG_ISO_PARTITION /* Experimental */ #define CONFIG_CMD_PART +#ifdef CONFIG_SYS_COREBOOT #define CONFIG_CMD_CBFS +#endif #define CONFIG_CMD_EXT4 #define CONFIG_CMD_EXT4_WRITE #define CONFIG_PARTITION_UUIDS