summaryrefslogtreecommitdiff
path: root/arch/mips/mach-octeon/Makefile
diff options
context:
space:
mode:
authorAaron Williams <awilliams@marvell.com>2020-08-20 08:22:03 +0300
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2020-10-07 21:25:58 +0300
commite602dd5238454c4b6c5b01dc83fbfd802de52095 (patch)
tree41693c8bff8fbd2499b28201f3fdca809b24391c /arch/mips/mach-octeon/Makefile
parent4b43e7e210ae95c6841751ae42a5a45d5c03212b (diff)
downloadu-boot-e602dd5238454c4b6c5b01dc83fbfd802de52095.tar.xz
mips: octeon: Add bootoctlinux command
Octeon needs a platform specific cmd to boot the Linux kernel, as specific parameters need to be passed and special handling for the multiple cores (SMP) is needed. Co-developed-by: Stefan Roese <sr@denx.de> Signed-off-by: Aaron Williams <awilliams@marvell.com> Signed-off-by: Stefan Roese <sr@denx.de> [use gd->ram_base instead of gd->bd->bi_memstart] Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
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 e96f0deb1b..3486aa9d8b 100644
--- a/arch/mips/mach-octeon/Makefile
+++ b/arch/mips/mach-octeon/Makefile
@@ -10,3 +10,4 @@ obj-y += cpu.o
obj-y += dram.o
obj-y += cvmx-coremask.o
obj-y += cvmx-bootmem.o
+obj-y += bootoctlinux.o