* [PATCH] ARM: exynos: add dts files to dtbs target
@ 2012-04-09 4:33 ` Olof Johansson
0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2012-04-09 4:33 UTC (permalink / raw)
To: Kukjin Kim; +Cc: linux-arm-kernel, linux-samsung-soc, Olof Johansson
Add the currently in-tree device tree sources to the dtbs target.
Signed-off-by: Olof Johansson <olof@lixom.net>
---
arch/arm/mach-exynos/Makefile.boot | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/mach-exynos/Makefile.boot b/arch/arm/mach-exynos/Makefile.boot
index b9862e2..31bd181 100644
--- a/arch/arm/mach-exynos/Makefile.boot
+++ b/arch/arm/mach-exynos/Makefile.boot
@@ -1,2 +1,5 @@
zreladdr-y += 0x40008000
params_phys-y := 0x40000100
+
+dtb-$(CONFIG_MACH_EXYNOS4_DT) += exynos4210-origen.dtb exynos4210-smdkv310.dtb
+dtb-$(CONFIG_MACH_EXYNOS5_DT) += exynos5250-smdk5250.dtb
--
1.7.9.2.359.gebfc2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] ARM: exynos: add dts files to dtbs target
@ 2012-04-09 4:33 ` Olof Johansson
0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2012-04-09 4:33 UTC (permalink / raw)
To: linux-arm-kernel
Add the currently in-tree device tree sources to the dtbs target.
Signed-off-by: Olof Johansson <olof@lixom.net>
---
arch/arm/mach-exynos/Makefile.boot | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/mach-exynos/Makefile.boot b/arch/arm/mach-exynos/Makefile.boot
index b9862e2..31bd181 100644
--- a/arch/arm/mach-exynos/Makefile.boot
+++ b/arch/arm/mach-exynos/Makefile.boot
@@ -1,2 +1,5 @@
zreladdr-y += 0x40008000
params_phys-y := 0x40000100
+
+dtb-$(CONFIG_MACH_EXYNOS4_DT) += exynos4210-origen.dtb exynos4210-smdkv310.dtb
+dtb-$(CONFIG_MACH_EXYNOS5_DT) += exynos5250-smdk5250.dtb
--
1.7.9.2.359.gebfc2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: exynos: add dts files to dtbs target
2012-04-09 4:33 ` Olof Johansson
@ 2012-04-10 16:53 ` Kukjin Kim
-1 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2012-04-10 16:53 UTC (permalink / raw)
To: Olof Johansson; +Cc: Kukjin Kim, linux-arm-kernel, linux-samsung-soc
Olof Johansson wrote:
> Add the currently in-tree device tree sources to the dtbs target.
>
> Signed-off-by: Olof Johansson<olof@lixom.net>
> ---
> arch/arm/mach-exynos/Makefile.boot | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm/mach-exynos/Makefile.boot b/arch/arm/mach-exynos/Makefile.boot
> index b9862e2..31bd181 100644
> --- a/arch/arm/mach-exynos/Makefile.boot
> +++ b/arch/arm/mach-exynos/Makefile.boot
> @@ -1,2 +1,5 @@
> zreladdr-y += 0x40008000
> params_phys-y := 0x40000100
> +
> +dtb-$(CONFIG_MACH_EXYNOS4_DT) += exynos4210-origen.dtb exynos4210-smdkv310.dtb
> +dtb-$(CONFIG_MACH_EXYNOS5_DT) += exynos5250-smdk5250.dtb
Applied, thanks.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] ARM: exynos: add dts files to dtbs target
@ 2012-04-10 16:53 ` Kukjin Kim
0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2012-04-10 16:53 UTC (permalink / raw)
To: linux-arm-kernel
Olof Johansson wrote:
> Add the currently in-tree device tree sources to the dtbs target.
>
> Signed-off-by: Olof Johansson<olof@lixom.net>
> ---
> arch/arm/mach-exynos/Makefile.boot | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm/mach-exynos/Makefile.boot b/arch/arm/mach-exynos/Makefile.boot
> index b9862e2..31bd181 100644
> --- a/arch/arm/mach-exynos/Makefile.boot
> +++ b/arch/arm/mach-exynos/Makefile.boot
> @@ -1,2 +1,5 @@
> zreladdr-y += 0x40008000
> params_phys-y := 0x40000100
> +
> +dtb-$(CONFIG_MACH_EXYNOS4_DT) += exynos4210-origen.dtb exynos4210-smdkv310.dtb
> +dtb-$(CONFIG_MACH_EXYNOS5_DT) += exynos5250-smdk5250.dtb
Applied, thanks.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-04-10 16:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-09 4:33 [PATCH] ARM: exynos: add dts files to dtbs target Olof Johansson
2012-04-09 4:33 ` Olof Johansson
2012-04-10 16:53 ` Kukjin Kim
2012-04-10 16:53 ` Kukjin Kim
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.