mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
e602dd5238
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>
13 lines
239 B
Makefile
13 lines
239 B
Makefile
# (C) Copyright 2019 Marvell, Inc.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += lowlevel_init.o
|
|
obj-y += cache.o
|
|
obj-y += clock.o
|
|
obj-y += cpu.o
|
|
obj-y += dram.o
|
|
obj-y += cvmx-coremask.o
|
|
obj-y += cvmx-bootmem.o
|
|
obj-y += bootoctlinux.o
|