mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
7a908c7e01
This change simply deletes code from the Tegra210 XUSB padctl driver that is already present in the common XUSB padctl code. Since all the arrays in tegra210_socdata are empty, this update may leave the Tegra210 XUSB padctl driver non-functional at run-time. However, (a) this driver is not used yet so no regression can be observed and (b) the next commit will immediately fix this up. Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
12 lines
221 B
Makefile
12 lines
221 B
Makefile
#
|
|
# (C) Copyright 2013-2015
|
|
# NVIDIA Corporation <www.nvidia.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += clock.o
|
|
obj-y += funcmux.o
|
|
obj-y += pinmux.o
|
|
obj-y += xusb-padctl.o
|
|
obj-y += ../xusb-padctl-common.o
|