summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-31 23:57:19 (GMT)
committerSimon Glass <sjg@chromium.org>2017-06-09 19:39:33 (GMT)
commitdab4728b3daa67a9995deb03512d548c54939dcf (patch)
tree0fed3d647276af248a4feb31d5e85c087ccec55f /configs
parent4a7b9ee15ee0c5aa38bce0e32263fbb11572b475 (diff)
downloadu-boot-dab4728b3daa67a9995deb03512d548c54939dcf.tar.xz
tegra: nyan-big: Enable the dhrystone benchmark
Enable this so we can roughly measure CPU performance. Also enable the cache command to allow for timing. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/nyan-big_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/nyan-big_defconfig b/configs/nyan-big_defconfig
index f0fad3e..fb2e479 100644
--- a/configs/nyan-big_defconfig
+++ b/configs/nyan-big_defconfig
@@ -23,6 +23,7 @@ CONFIG_CMD_GPIO=y
# CONFIG_CMD_SETEXPR is not set
# CONFIG_CMD_NFS is not set
CONFIG_CMD_BMP=y
+CONFIG_CMD_CACHE=y
CONFIG_CMD_PMIC=y
CONFIG_CMD_REGULATOR=y
CONFIG_CMD_TPM=y
@@ -62,5 +63,6 @@ CONFIG_DM_VIDEO=y
CONFIG_DISPLAY=y
CONFIG_VIDEO_TEGRA124=y
CONFIG_VIDEO_BRIDGE=y
+CONFIG_CMD_DHRYSTONE=y
CONFIG_TPM=y
CONFIG_ERRNO_STR=y