Skip to content
Snippets Groups Projects
Commit 40ba13c9 authored by Paul Burton's avatar Paul Burton Committed by Daniel Schwierzeck
Browse files

malta: Support MIPS32r6 configurations


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: default avatarPaul Burton <paul.burton@imgtec.com>
parent 4685d4e9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment