mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
4a7b9ee15e
commit
dab4728b3d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue