diff options
author | Tony Lindgren <tony@atomide.com> | 2016-10-17 00:30:02 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-10 09:18:45 -0700 |
commit | 0d07c1cba36e58033c502e29ddb65d2c9a51fcab (patch) | |
tree | a7d55e672fba4e2e286fd0dbc83d2c258f76c073 /arch/arm/mach-omap2/Makefile | |
parent | cb6675d6a868215a778752318668ab98dfd7738c (diff) |
ARM: OMAP2+: Remove legacy twl4030 platform init code
This code is no longer used and can be removed as we
are using device tree.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index f7a76178dfa7..221ec1dd4814 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -257,4 +257,4 @@ obj-y += $(nand-m) $(nand-y) smsc911x-$(CONFIG_SMSC911X) := gpmc-smsc911x.o obj-y += $(smsc911x-m) $(smsc911x-y) -obj-y += common-board-devices.o twl-common.o dss-common.o +obj-y += common-board-devices.o dss-common.o |