summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-21 19:45:18 -0700
committerSimon Glass <sjg@chromium.org>2016-01-21 20:42:37 -0700
commitd78a3d20456a4e9fdb93e8f01b26cfdb6f4c206b (patch)
tree08094132c96cef1267f7a0579d7b503bd7ebff4f /include
parentdae594f2105b08ce76aa6b3b02433abb0796be51 (diff)
downloadblackbird-obmc-uboot-d78a3d20456a4e9fdb93e8f01b26cfdb6f4c206b.tar.gz
blackbird-obmc-uboot-d78a3d20456a4e9fdb93e8f01b26cfdb6f4c206b.zip
rockchip: jerry: Add support for timing SPI flash speed
Add the 'time' and 'sf test' commands so that we can test SPI flash performance. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/chromebook_jerry.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/chromebook_jerry.h b/include/configs/chromebook_jerry.h
index e07d05764a..2a0dad4d46 100644
--- a/include/configs/chromebook_jerry.h
+++ b/include/configs/chromebook_jerry.h
@@ -20,6 +20,9 @@
#define CONFIG_SPL_SPI_LOAD
#define CONFIG_SPI_FLASH_GIGADEVICE
+#define CONFIG_CMD_SF_TEST
+#define CONFIG_CMD_TIME
+
#undef CONFIG_SPL_GPIO_SUPPORT
#define CONFIG_KEYBOARD
OpenPOWER on IntegriCloud