mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
x86: Only include cbfs command for coreboot
When running U-Boot bare-metal, the cbfs command is useless. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
8744bef5a1
commit
c80ff56034
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue