summaryrefslogtreecommitdiff
path: root/arch/mips/mach-octeon/Makefile
diff options
context:
space:
mode:
authorAaron Williams <awilliams@marvell.com>2020-08-20 08:22:02 +0300
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2020-10-07 21:25:58 +0300
commit4b43e7e210ae95c6841751ae42a5a45d5c03212b (patch)
tree63da66dd67624ff0f653ac411e1b51016b5e59a3 /arch/mips/mach-octeon/Makefile
parentb0ce80588d107f5132243110d70e2bcd95e39d88 (diff)
downloadu-boot-4b43e7e210ae95c6841751ae42a5a45d5c03212b.tar.xz
mips: octeon: Add bootmem support
This is needed for Linux booting, as the memory infos need to be passed in this bootmem format to the Linux kernel. Signed-off-by: Aaron Williams <awilliams@marvell.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/mips/mach-octeon/Makefile')
-rw-r--r--arch/mips/mach-octeon/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mach-octeon/Makefile b/arch/mips/mach-octeon/Makefile
index 5155f89a1e..e96f0deb1b 100644
--- a/arch/mips/mach-octeon/Makefile
+++ b/arch/mips/mach-octeon/Makefile
@@ -9,3 +9,4 @@ obj-y += clock.o
obj-y += cpu.o
obj-y += dram.o
obj-y += cvmx-coremask.o
+obj-y += cvmx-bootmem.o