diff options
author | Tomasz Figa <tomasz.figa@gmail.com> | 2013-08-26 02:37:51 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-09-17 06:48:27 +0900 |
commit | 31e4001d2e3c3f2d3b544c9891d542ee3502798e (patch) | |
tree | ffda7e22ed5957d4a13b6f54577907af6e7e4d2a /arch/arm/mach-s3c64xx/Makefile | |
parent | 608f9737f1bbe44428ecec44604f638b3949e12c (diff) | |
download | blackbird-obmc-linux-31e4001d2e3c3f2d3b544c9891d542ee3502798e.tar.gz blackbird-obmc-linux-31e4001d2e3c3f2d3b544c9891d542ee3502798e.zip |
ARM: S3C64XX: Add board file for boot using Device Tree
This patch adds board file that will be used to boot S3C64xx-based boards
using Device Tree.
Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx/Makefile')
-rw-r--r-- | arch/arm/mach-s3c64xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Makefile b/arch/arm/mach-s3c64xx/Makefile index 645a8fe55f8d..6faedcffce04 100644 --- a/arch/arm/mach-s3c64xx/Makefile +++ b/arch/arm/mach-s3c64xx/Makefile @@ -57,3 +57,4 @@ obj-$(CONFIG_MACH_SMARTQ7) += mach-smartq7.o obj-$(CONFIG_MACH_SMDK6400) += mach-smdk6400.o obj-$(CONFIG_MACH_SMDK6410) += mach-smdk6410.o obj-$(CONFIG_MACH_WLF_CRAGG_6410) += mach-crag6410.o mach-crag6410-module.o +obj-$(CONFIG_MACH_S3C64XX_DT) += mach-s3c64xx-dt.o |