mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
dae594f210
commit
d78a3d2045
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue