]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - post/tests.c
mmc: synchronize the sequence with enum bus_mode in mmc.h
[people/ms/u-boot.git] / post / tests.c
index d8ac54e7589c456bf1d1369c8ce50466c7ddce35..473c0ea1e1d04aa468ecf62cab39d31bb10c1de4 100644 (file)
@@ -3,10 +3,6 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  *
  * SPDX-License-Identifier:    GPL-2.0+
- *
- * Be sure to mark tests to be run before relocation as such with the
- * CONFIG_SYS_POST_PREREL flag so that logging is done correctly if the
- * logbuffer support is enabled.
  */
 
 #include <common.h>
@@ -180,18 +176,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",