]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - post/tests.c
post: Delete unnecessary bitmask of POST_MANUAL from POST_ALWAYS
[people/ms/u-boot.git] / post / tests.c
index a4d41654603f2b6fc515ba90aaf34b0153bd8164..d8ac54e7589c456bf1d1369c8ce50466c7ddce35 100644 (file)
@@ -173,7 +173,7 @@ struct post_test post_list[] =
        "ETHERNET test",
        "ethernet",
        "This test verifies the ETHERNET operation.",
-       POST_RAM | POST_ALWAYS | POST_MANUAL,
+       POST_RAM | POST_ALWAYS,
        &ether_post_test,
        NULL,
        NULL,
@@ -185,7 +185,7 @@ struct post_test post_list[] =
        "SPI test",
        "spi",
        "This test verifies the SPI operation.",
-       POST_RAM | POST_ALWAYS | POST_MANUAL,
+       POST_RAM | POST_ALWAYS,
        &spi_post_test,
        NULL,
        NULL,
@@ -197,7 +197,7 @@ struct post_test post_list[] =
        "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 +233,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,