brcm47xx: explicitly select CPU_MIPS32_R2 and CPU_MIPSR2 for mips74k
authorRafał Miłecki <zajec5@gmail.com>
Thu, 16 Apr 2015 21:20:37 +0000 (21:20 +0000)
committerRafał Miłecki <zajec5@gmail.com>
Thu, 16 Apr 2015 21:20:37 +0000 (21:20 +0000)
commitbdb00162a8d52e1339ba811b7fdfb8c9ab46c7a6
tree44a7300f894e49dced001014580bc3ec3e49026d
parentb625b3cef8354eaf662196b3223c51cbd0b58c3a
brcm47xx: explicitly select CPU_MIPS32_R2 and CPU_MIPSR2 for mips74k

The mips74k subtarget of brcm47xx configures gcc to compile for mips32r2;
however, the generated kernel config for 3.14 and later kernels ends up
with CPU_MIPS32_R1 and CPU_MIPSR1 selected.  The generated kernel config
for the 3.10 kernel (Barrier Breaker) properly selected CPU_MIPS32_R2 and
CPU_MIPSR2.  Modify the default kernel config for mips74k to explicitly
select CPU_MIPS32_R2 and CPU_MIPSR2.

Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
Tested-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45469
target/linux/brcm47xx/mips74k/config-default