projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4685d4e
)
malta: Support MIPS32r6 configurations
author
Paul Burton
<paul.burton@imgtec.com>
Mon, 16 May 2016 09:52:14 +0000
(10:52 +0100)
committer
Daniel Schwierzeck
<daniel.schwierzeck@gmail.com>
Fri, 20 May 2016 23:36:39 +0000
(
01:36
+0200)
Both real Malta boards & QEMU's Malta emulation can feature MIPS32r6
CPUs. Allow building U-Boot for such systems by selecting
CONFIG_SUPPORTS_CPU_MIPS32_R6 for Malta.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
arch/mips/Kconfig
patch
|
blob
|
history
diff --git
a/arch/mips/Kconfig
b/arch/mips/Kconfig
index 994168c27066870e78d877fef1d681043183417c..dc34c18258cbf9aad441fd1b8145ecfd88f13a76 100644
(file)
--- a/
arch/mips/Kconfig
+++ b/
arch/mips/Kconfig
@@
-28,6
+28,7
@@
config TARGET_MALTA
select SUPPORTS_LITTLE_ENDIAN
select SUPPORTS_CPU_MIPS32_R1
select SUPPORTS_CPU_MIPS32_R2
+ select SUPPORTS_CPU_MIPS32_R6
select SWAP_IO_SPACE
select MIPS_L1_CACHE_SHIFT_6