mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-18 20:31:32 +02:00
Remove the function board_mtdparts_default and the associated file or configs, only used by the CONFIG_SYS_MTDPARTS_RUNTIME now removed. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
14 lines
336 B
Makefile
14 lines
336 B
Makefile
# SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
|
|
#
|
|
# Copyright (C) 2020, STMicroelectronics - All Rights Reserved
|
|
#
|
|
|
|
obj-$(CONFIG_CMD_STBOARD) += cmd_stboard.o
|
|
obj-$(CONFIG_PMIC_STPMIC1) += stpmic1.o
|
|
|
|
ifeq ($(CONFIG_ARCH_STM32MP),y)
|
|
obj-$(CONFIG_SET_DFU_ALT_INFO) += stm32mp_dfu.o
|
|
endif
|
|
|
|
obj-$(CONFIG_TYPEC_STUSB160X) += stusb160x.o
|