diff options
| author | Stefan Roese <[email protected]> | 2016-04-28 07:17:16 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2016-05-06 18:41:49 +0200 |
| commit | 8b1a07493f0ad56fafaccce640a0403500e57a78 (patch) | |
| tree | 3c361eeff1da66332cd21eb23df4f733fbf4c738 | |
| parent | 268da813c7f963c8318778de99be382d6b51055d (diff) | |
arm: socfpga: socrates: Add 'time' command
The time command is very helpful for performance and regressions tests.
So lets enable it on SoCrates.
Signed-off-by: Stefan Roese <[email protected]>
Cc: Marek Vasut <[email protected]>
| -rw-r--r-- | configs/socfpga_socrates_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_socrates_defconfig b/configs/socfpga_socrates_defconfig index b64ea158ab0..a17e9d0fd98 100644 --- a/configs/socfpga_socrates_defconfig +++ b/configs/socfpga_socrates_defconfig @@ -27,6 +27,7 @@ CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y CONFIG_CMD_PING=y CONFIG_CMD_CACHE=y +CONFIG_CMD_TIME=y CONFIG_CMD_EXT4=y CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_FAT=y |
