mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 18:59:44 +00:00
544acb07ec
A lot of extra configuration information was left over in the Marvell serdes and DDR3 initialization code for boards that U-boot does not support. Remove this extra config information, and the concept of fixing up board topologies with information loaded from an EEPROM. If this needs to be done, it should be handled in the board file, not in core code. Signed-off-by: Kevin Smith <kevin.smith@elecsyscorp.com> Acked-by: Stefan Roese <sr@denx.de> Cc: Dirk Eibach <eibach@gdsys.de> Cc: Luka Perkov <luka.perkov@sartura.hr>
9 lines
259 B
Makefile
9 lines
259 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) += seq_exec.o
|
|
obj-$(CONFIG_SPL_BUILD) += sys_env_lib.o
|