]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - post/tests.c
powerpc, 8xx: remove support for 8xx
[people/ms/u-boot.git] / post / tests.c
index d8ac54e7589c456bf1d1369c8ce50466c7ddce35..bc8e39805157da8431f82d84e5c63e0afdb1563c 100644 (file)
@@ -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",