diff options
author | OpenWrt Developers <openwrt-devel@openwrt.org> | 2009-03-05 15:56:10 +0000 |
---|---|---|
committer | OpenWrt Developers <openwrt-devel@openwrt.org> | 2009-03-05 15:56:10 +0000 |
commit | b7e14910db02d0b6277795d5d25f47c9f52a331b (patch) | |
tree | 297d3686d2172645ef5b3bc406b5d6eaf7e344b0 /target | |
parent | 22e7d6af634fc7bbee1c173f538e0a8cffb56c1e (diff) | |
download | upstream-b7e14910db02d0b6277795d5d25f47c9f52a331b.tar.gz upstream-b7e14910db02d0b6277795d5d25f47c9f52a331b.tar.bz2 upstream-b7e14910db02d0b6277795d5d25f47c9f52a331b.zip |
[ifxmips] make selection of ASC for prom working
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14750 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 |