diff options
author | Andrew F. Davis <afd@ti.com> | 2017-07-10 14:45:50 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-22 22:22:43 -0400 |
commit | 03750231a84da904d6d2809a54d3147dee833f26 (patch) | |
tree | 334eb666ca9be0f19391f746fed06939d1930f18 /arch/arm/mach-omap2/Makefile | |
parent | 3348e0c0a6e48132d0ef092de7bfbd775f0299c3 (diff) |
arm: mach-omap2: Factor out common FDT fixup suport
Some of the fixups currently done for OMAP5 class boards are common to
other OMAP family devices, move these to fdt-common.c.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index d43085ca98..d86643db34 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -45,4 +45,6 @@ obj-y += lowlevel_init.o obj-y += mem-common.o +obj-y += fdt-common.o + obj-$(CONFIG_TI_SECURE_DEVICE) += sec-common.o |