diff options
author | Simon Glass <sjg@chromium.org> | 2017-03-19 12:59:22 -0600 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2017-04-18 15:51:21 +0800 |
commit | 363f67a96b2b2f6ec5a211eddf349d7b76a09159 (patch) | |
tree | 52e9a9c3004fce29d3d81e69f8d68e5640713b2c /configs/chromebook_link64_defconfig | |
parent | 3ff0900aafb34b32a0f72527f166ae45ed73be7c (diff) | |
download | u-boot-363f67a96b2b2f6ec5a211eddf349d7b76a09159.tar.gz |
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_link64_defconfig')
-rw-r--r-- | configs/chromebook_link64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/chromebook_link64_defconfig b/configs/chromebook_link64_defconfig index 3ab34cd72b..749cfd43b0 100644 --- a/configs/chromebook_link64_defconfig +++ b/configs/chromebook_link64_defconfig @@ -86,4 +86,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 |