From: Gabor Juhos Date: Tue, 14 Aug 2012 19:12:21 +0000 (+0200) Subject: MIPS: ath79: don't hardcode the unavailability of the DSP ASE X-Git-Tag: v3.6-rc4~16^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00dc5ce2a653a332190aa29b2e1f3bceaa7d5b8d;p=pandora-kernel.git MIPS: ath79: don't hardcode the unavailability of the DSP ASE The ath79 platform code allows to run a single kernel image on various SoCs which are based on the 24Kc and 74Kc cores. The current code explicitely disables the DSP ASE, but that is available in the 74Kc core. Remove the override in order to let the kernel to detect the availability of the DSP ASE at runtime. Signed-off-by: Gabor Juhos Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/4222/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed