commit | c67468c93923a742fd8e97be9b4f6507b6a1988d | [log] [tgz] |
---|---|---|
author | Yuri Tikhonov <yur@pollux.denx.de> | Mon Feb 04 14:10:01 2008 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Tue Mar 18 21:59:23 2008 +0100 |
tree | 672eff8b63d0f64349f4e9b986580bfaa26c30aa | |
parent | a01122b3ae25182a2f10fb2f15a7b41c80ff6c09 [diff] [blame] |
Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP. Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
diff --git a/post/tests.c b/post/tests.c index 698f85c..ed4ef2b 100644 --- a/post/tests.c +++ b/post/tests.c
@@ -225,7 +225,7 @@ CFG_POST_DSP }, #endif -#if CONFIG_POST & CFG_POST_DSP +#if CONFIG_POST & CFG_POST_CODEC { "CODEC test", "codec",