From: Simon Glass Date: Fri, 22 Jan 2016 02:45:18 +0000 (-0700) Subject: rockchip: jerry: Add support for timing SPI flash speed X-Git-Tag: v2016.03-rc1~157 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d78a3d20456a4e9fdb93e8f01b26cfdb6f4c206b;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/include/configs/chromebook_jerry.h b/include/configs/chromebook_jerry.h index e07d057..2a0dad4 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