diff options
author | Simon Glass <sjg@chromium.org> | 2017-03-19 21:59:22 +0300 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2017-04-18 10:51:21 +0300 |
commit | 363f67a96b2b2f6ec5a211eddf349d7b76a09159 (patch) | |
tree | 52e9a9c3004fce29d3d81e69f8d68e5640713b2c /configs/chromebook_link_defconfig | |
parent | 3ff0900aafb34b32a0f72527f166ae45ed73be7c (diff) | |
download | u-boot-363f67a96b2b2f6ec5a211eddf349d7b76a09159.tar.xz |
x86: config: Enable dhrystone command for link
Enable this command so we can get an approximate performance measurement.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/chromebook_link_defconfig')
-rw-r--r-- | configs/chromebook_link_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/chromebook_link_defconfig b/configs/chromebook_link_defconfig index 85b7d5fcd9..5ebb556f90 100644 --- a/configs/chromebook_link_defconfig +++ b/configs/chromebook_link_defconfig @@ -69,4 +69,5 @@ CONFIG_FRAMEBUFFER_VESA_MODE_11A=y CONFIG_VIDEO_IVYBRIDGE_IGD=y CONFIG_CONSOLE_SCROLL_LINES=5 CONFIG_USE_PRIVATE_LIBGCC=y +CONFIG_CMD_DHRYSTONE=y CONFIG_TPM=y |