summaryrefslogtreecommitdiffstats
path: root/post
diff options
context:
space:
mode:
authorYuri Tikhonov <yur@pollux.denx.de>2008-02-04 14:10:01 +0100
committerWolfgang Denk <wd@denx.de>2008-03-18 21:59:23 +0100
commit8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1 (patch)
tree672eff8b63d0f64349f4e9b986580bfaa26c30aa /post
parent3515fd18d4e8e44f863ac7142b55e22b109e9af2 (diff)
downloadtalos-obmc-uboot-8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1.tar.gz
talos-obmc-uboot-8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1.zip
Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
Diffstat (limited to 'post')
-rw-r--r--post/tests.c2
1 files changed, 1 insertions, 1 deletions
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",
OpenPOWER on IntegriCloud