diff options
Diffstat (limited to 'post/tests.c')
-rw-r--r-- | post/tests.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/post/tests.c b/post/tests.c index d8ac54e..bc8e398 100644 --- a/post/tests.c +++ b/post/tests.c @@ -180,18 +180,6 @@ struct post_test post_list[] = CONFIG_SYS_POST_ETHER }, #endif -#if CONFIG_POST & CONFIG_SYS_POST_SPI - { - "SPI test", - "spi", - "This test verifies the SPI operation.", - POST_RAM | POST_ALWAYS, - &spi_post_test, - NULL, - NULL, - CONFIG_SYS_POST_SPI - }, -#endif #if CONFIG_POST & CONFIG_SYS_POST_USB { "USB test", |