diff options
author | Sekhar Nori <nsekhar@ti.com> | 2012-08-28 15:27:52 +0530 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2012-10-29 15:24:42 +0530 |
commit | 689e331f3fb6e0a44155eef35fe19caf3285c6ce (patch) | |
tree | 2a552fc6ce0d22663a0e5eaa7cecac2b57d94358 /arch/arm/mach-davinci/Makefile | |
parent | 8e0d72d2c7a6955692ba0a21bbf5ca86e8061777 (diff) |
ARM: davinci: da850: add DT boot support
Add support for booting DA850 using flattened device
tree to describe the hardware. At this time only the
very basic bootup using a serial console is supported.
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/Makefile')
-rw-r--r-- | arch/arm/mach-davinci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/Makefile b/arch/arm/mach-davinci/Makefile index 2227effcb0e..fb5c1aa98a6 100644 --- a/arch/arm/mach-davinci/Makefile +++ b/arch/arm/mach-davinci/Makefile @@ -22,6 +22,7 @@ obj-$(CONFIG_AINTC) += irq.o obj-$(CONFIG_CP_INTC) += cp_intc.o # Board specific +obj-$(CONFIG_MACH_DA8XX_DT) += da8xx-dt.o obj-$(CONFIG_MACH_DAVINCI_EVM) += board-dm644x-evm.o obj-$(CONFIG_MACH_SFFSDR) += board-sffsdr.o obj-$(CONFIG_MACH_NEUROS_OSD2) += board-neuros-osd2.o |