mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-13 13:49:04 +00:00
c53a825e15
Add the dts files to support deivce tree, update the configuration files to support the device tree and driver model. The peripheral clock and pins configuration are handled by the clock and the pinctrl drivers respectively. Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com> Reviewed-by: Simon Glass <sjg@chromium.org>
15 lines
349 B
Makefile
15 lines
349 B
Makefile
#
|
|
# (C) Copyright 2003-2008
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# (C) Copyright 2008
|
|
# Stelian Pop <stelian@popies.net>
|
|
# Lead Tech Design <www.leadtechdesign.com>
|
|
# Ilko Iliev <www.ronetix.at>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += pm9261.o
|
|
obj-$(CONFIG_RED_LED) += led.o
|
|
obj-$(CONFIG_HAS_DATAFLASH) += partition.o
|