diff options
author | Simon Glass <sjg@chromium.org> | 2015-04-14 21:03:22 -0600 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2015-05-13 09:24:06 -0700 |
commit | 1c82c2f60a6f5a5c16f1ea7144da479e78760e06 (patch) | |
tree | be02dbd5d47fd856365f360b84ad038ec153f5c8 /arch/arm/mach-tegra/tegra20/Makefile | |
parent | 12e671142daa5d4dce5961e6f573a8b740b16f88 (diff) | |
download | u-boot-imx-1c82c2f60a6f5a5c16f1ea7144da479e78760e06.zip u-boot-imx-1c82c2f60a6f5a5c16f1ea7144da479e78760e06.tar.gz u-boot-imx-1c82c2f60a6f5a5c16f1ea7144da479e78760e06.tar.bz2 |
tegra: Move the pwm into tegra-common
This is needed for tegra124 also, so make it common and add a header file
for tegra124.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/tegra20/Makefile')
-rw-r--r-- | arch/arm/mach-tegra/tegra20/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/tegra20/Makefile b/arch/arm/mach-tegra/tegra20/Makefile index d48f9bb..fc3fb4a 100644 --- a/arch/arm/mach-tegra/tegra20/Makefile +++ b/arch/arm/mach-tegra/tegra20/Makefile @@ -7,7 +7,6 @@ ifdef CONFIG_SPL_BUILD obj-y += cpu.o else -obj-$(CONFIG_PWM_TEGRA) += pwm.o obj-$(CONFIG_VIDEO_TEGRA) += display.o endif |