[mips64el] Set CPU to MIPS64 R2.

This commit is contained in:
Aurelien Jarno 2016-05-19 23:59:47 +02:00
parent 21d9029e27
commit 9a3028f2d4
2 changed files with 8 additions and 1 deletions

4
debian/changelog vendored
View File

@ -1,5 +1,6 @@
linux (4.6-1~exp2) UNRELEASED; urgency=medium
[ Ben Hutchings ]
* [tilegx] Build a linux-libc-dev package (Closes: #824524; thanks to
Helmut Grohne)
* [tilegx] linux-libc-dev: Install <arch/*> headers in arch-specific
@ -9,6 +10,9 @@ linux (4.6-1~exp2) UNRELEASED; urgency=medium
* debian/README.source: Rewrite and expand explanation of kernel config file
construction
[ Aurelien Jarno ]
* [mips64el] Set CPU to MIPS64 R2.
-- Ben Hutchings <ben@decadent.org.uk> Tue, 17 May 2016 23:33:30 +0100
linux (4.6-1~exp1) experimental; urgency=medium

View File

@ -1,8 +1,11 @@
##
## file: arch/mips/Kconfig
##
## choice: CPU type
# CONFIG_CPU_MIPS64_R1 is not set
CONFIG_CPU_MIPS64_R2=y
## end choice
## choice: Endianness selection
# CONFIG_CPU_BIG_ENDIAN is not set
CONFIG_CPU_LITTLE_ENDIAN=y
## end choice