diff options
author | Thomas Langer <thomas.langer@lantiq.com> | 2009-03-05 15:56:10 +0000 |
---|---|---|
committer | Thomas Langer <thomas.langer@lantiq.com> | 2009-03-05 15:56:10 +0000 |
commit | 72d12cdc14725a924a0992226c538cf3006379f2 (patch) | |
tree | 5032b05a79738cdc3fe81365bce9129c65ddb7a1 | |
parent | fd2ea5846b416322f0ad0d07c0cacc18bcd7bfb8 (diff) | |
download | upstream-72d12cdc14725a924a0992226c538cf3006379f2.tar.gz upstream-72d12cdc14725a924a0992226c538cf3006379f2.tar.bz2 upstream-72d12cdc14725a924a0992226c538cf3006379f2.zip |
make selection of ASC for prom working
SVN-Revision: 14750
-rw-r--r-- | target/linux/ifxmips/files/arch/mips/ifxmips/prom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ifxmips/files/arch/mips/ifxmips/prom.c b/target/linux/ifxmips/files/arch/mips/ifxmips/prom.c index a0fc68ebd6..9fbd4e457e 100644 --- a/target/linux/ifxmips/files/arch/mips/ifxmips/prom.c +++ b/target/linux/ifxmips/files/arch/mips/ifxmips/prom.c @@ -32,7 +32,7 @@ unsigned int prom_cp1_size; /* for Multithreading (APRP) on MIPS34K */ unsigned long physical_memsize; -#ifdef IFXMIPS_PROM_ASC0 +#ifdef CONFIG_IFXMIPS_PROM_ASC0 #define IFXMIPS_ASC_DIFF 0 #else #define IFXMIPS_ASC_DIFF IFXMIPS_ASC_BASE_DIFF |