mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
sandbox: Enable dhry command
Provide access to the dhrystone benchmark command. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
d1389403cc
commit
a3c3cff06c
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ CONFIG_PCI_SANDBOX=y
|
|||
CONFIG_SPI_FLASH=y
|
||||
CONFIG_SPI_FLASH_SANDBOX=y
|
||||
CONFIG_CMD_CROS_EC=y
|
||||
CONFIG_CMD_DHRYSTONE=y
|
||||
CONFIG_CROS_EC=y
|
||||
CONFIG_CROS_EC_SANDBOX=y
|
||||
CONFIG_DM_ETH=y
|
||||
|
|
Loading…
Add table
Reference in a new issue