Skip to content
Snippets Groups Projects
Commit d78a3d20 authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent dae594f2
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,9 @@ ...@@ -20,6 +20,9 @@
#define CONFIG_SPL_SPI_LOAD #define CONFIG_SPL_SPI_LOAD
#define CONFIG_SPI_FLASH_GIGADEVICE #define CONFIG_SPI_FLASH_GIGADEVICE
#define CONFIG_CMD_SF_TEST
#define CONFIG_CMD_TIME
#undef CONFIG_SPL_GPIO_SUPPORT #undef CONFIG_SPL_GPIO_SUPPORT
#define CONFIG_KEYBOARD #define CONFIG_KEYBOARD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment