commit | b0ce80588d107f5132243110d70e2bcd95e39d88 | [log] [tgz] |
---|---|---|
author | Aaron Williams <awilliams@marvell.com> | Thu Aug 20 07:22:01 2020 +0200 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Oct 07 20:25:58 2020 +0200 |
tree | 37bb9639a84f7840515b3139fc1a6a143e46436e | |
parent | afb4828ede04f15b4f5691b8bf1a76226ed83d79 [diff] [blame] |
mips: octeon: Add coremask support This patch adds the coremask handling functions. Signed-off-by: Aaron Williams <awilliams@marvell.com> Signed-off-by: Stefan Roese <sr@denx.de>
diff --git a/arch/mips/mach-octeon/Makefile b/arch/mips/mach-octeon/Makefile index 2e37ca5..5155f89 100644 --- a/arch/mips/mach-octeon/Makefile +++ b/arch/mips/mach-octeon/Makefile
@@ -8,3 +8,4 @@ obj-y += clock.o obj-y += cpu.o obj-y += dram.o +obj-y += cvmx-coremask.o