diff options
author | Thomas Abraham <thomas.abraham@linaro.org> | 2011-11-06 21:54:27 +0530 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-12-23 10:07:11 +0900 |
commit | 6b5ab4f442e32f248b6fad29aafd1d5153f4dbd3 (patch) | |
tree | 861907fb4f375867118f5f38acbf13fed97d59c9 /arch/arm/mach-exynos/Makefile | |
parent | 39ce4084a604a3ef0e2836e074c02bbbcc7c1509 (diff) | |
download | linux-6b5ab4f442e32f248b6fad29aafd1d5153f4dbd3.tar.gz linux-6b5ab4f442e32f248b6fad29aafd1d5153f4dbd3.tar.bz2 linux-6b5ab4f442e32f248b6fad29aafd1d5153f4dbd3.zip |
ARM: EXYNOS: Add Exynos4 device tree enabled board file
Add a new EXYNOS4 compatible device tree enabled board file. Boards
based on the EXYNOS4 family of SoC's can use this as the machine/board
file. When using this machine fike, a corresponding device tree blob
which describes the board's properties should be supplied at boot time
to the kernel.
Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/Makefile')
-rw-r--r-- | arch/arm/mach-exynos/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Makefile b/arch/arm/mach-exynos/Makefile index cb6fb0e8bcaf..8d85ae635ac2 100644 --- a/arch/arm/mach-exynos/Makefile +++ b/arch/arm/mach-exynos/Makefile @@ -37,6 +37,8 @@ obj-$(CONFIG_MACH_ORIGEN) += mach-origen.o obj-$(CONFIG_MACH_SMDK4212) += mach-smdk4x12.o obj-$(CONFIG_MACH_SMDK4412) += mach-smdk4x12.o +obj-$(CONFIG_MACH_EXYNOS4_DT) += mach-exynos4-dt.o + # device support obj-$(CONFIG_ARCH_EXYNOS4) += dev-audio.o |