mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-02 06:17:15 +00:00
This code is ported from the Marvell bin_hdr code into mainline SPL U-Boot. It needs to be executed very early so that the devices connected to the serdes PHY are configured correctly. Signed-off-by: Stefan Roese <sr@denx.de>
10 lines
317 B
Makefile
10 lines
317 B
Makefile
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_SPL_BUILD) = ctrl_pex.o
|
|
obj-$(CONFIG_SPL_BUILD) += high_speed_env_spec.o
|
|
obj-$(CONFIG_SPL_BUILD) += high_speed_env_spec-38x.o
|
|
obj-$(CONFIG_SPL_BUILD) += high_speed_topology_spec-38x.o
|
|
obj-$(CONFIG_SPL_BUILD) += seq_exec.o
|
|
obj-$(CONFIG_SPL_BUILD) += sys_env_lib.o
|