Fix bug: in arch-arm, env_get_char dose not work fine
[platform/kernel/u-boot.git] / post / tests.c
index a790c78..e88d92e 100644 (file)
@@ -240,7 +240,7 @@ struct post_test post_list[] =
        "DSP test",
        "dsp",
        "This test checks any connected DSP(s).",
-       POST_RAM | POST_MANUAL,
+       POST_RAM | POST_ALWAYS | POST_MANUAL,
        &dsp_post_test,
        NULL,
        NULL,