X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=post%2Ftests.c;h=bc8e39805157da8431f82d84e5c63e0afdb1563c;hb=f4d4f7d41cec8c8bfe0fc60d13da059839a56671;hp=a4d41654603f2b6fc515ba90aaf34b0153bd8164;hpb=326ea986ac150acdc7656d57fca647db80b50158;p=u-boot diff --git a/post/tests.c b/post/tests.c index a4d4165460..bc8e398051 100644 --- a/post/tests.c +++ b/post/tests.c @@ -173,31 +173,19 @@ struct post_test post_list[] = "ETHERNET test", "ethernet", "This test verifies the ETHERNET operation.", - POST_RAM | POST_ALWAYS | POST_MANUAL, + POST_RAM | POST_ALWAYS, ðer_post_test, NULL, NULL, 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 | POST_MANUAL, - &spi_post_test, - NULL, - NULL, - CONFIG_SYS_POST_SPI - }, -#endif #if CONFIG_POST & CONFIG_SYS_POST_USB { "USB test", "usb", "This test verifies the USB operation.", - POST_RAM | POST_ALWAYS | POST_MANUAL, + POST_RAM | POST_ALWAYS, &usb_post_test, NULL, NULL, @@ -233,7 +221,7 @@ struct post_test post_list[] = "DSP test", "dsp", "This test checks any connected DSP(s).", - POST_RAM | POST_ALWAYS | POST_MANUAL, + POST_RAM | POST_ALWAYS, &dsp_post_test, NULL, NULL,