]> git.sur5r.net Git - u-boot/blobdiff - post/tests.c
powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x
[u-boot] / 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",