From: Yuri Tikhonov Date: Mon, 4 Feb 2008 13:10:01 +0000 (+0100) Subject: Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP. X-Git-Tag: v1.3.3-rc1~202 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=c2ed33efbfff5767bca236828e021c55fd547b6c Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP. Signed-off-by: Dmitry Rakhchev --- diff --git a/post/tests.c b/post/tests.c index 698f85c98d..ed4ef2b509 100644 --- a/post/tests.c +++ b/post/tests.c @@ -225,7 +225,7 @@ struct post_test post_list[] = CFG_POST_DSP }, #endif -#if CONFIG_POST & CFG_POST_DSP +#if CONFIG_POST & CFG_POST_CODEC { "CODEC test", "codec",