diff options
author | Yuri Tikhonov <yur@pollux.denx.de> | 2008-02-04 14:10:01 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-03-18 22:24:47 +0100 |
commit | c2ed33efbfff5767bca236828e021c55fd547b6c (patch) | |
tree | 990d29f6030632b81d3c3c3b88e8f4e3be45ce2d /post/tests.c | |
parent | fdeb932b1c8a3b615463995c3452d30ee0b12a33 (diff) | |
download | u-boot-imx-c2ed33efbfff5767bca236828e021c55fd547b6c.zip u-boot-imx-c2ed33efbfff5767bca236828e021c55fd547b6c.tar.gz u-boot-imx-c2ed33efbfff5767bca236828e021c55fd547b6c.tar.bz2 |
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/tests.c')
-rw-r--r-- | post/tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ struct post_test post_list[] = CFG_POST_DSP }, #endif -#if CONFIG_POST & CFG_POST_DSP +#if CONFIG_POST & CFG_POST_CODEC { "CODEC test", "codec", |