* [PATCH] ARM: omap: add dtb targets
@ 2012-08-23 16:51 Olof Johansson
2012-08-24 20:18 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Olof Johansson @ 2012-08-23 16:51 UTC (permalink / raw)
To: linux-arm-kernel
Makes it easier to just do 'make dtbs' for whatever the kernel was
configured for, just like some other platforms.
Signed-off-by: Olof Johansson <olof@lixom.net>
---
arch/arm/mach-omap2/Makefile.boot | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/mach-omap2/Makefile.boot b/arch/arm/mach-omap2/Makefile.boot
index b03e562..6cf1c2d 100644
--- a/arch/arm/mach-omap2/Makefile.boot
+++ b/arch/arm/mach-omap2/Makefile.boot
@@ -1,3 +1,9 @@
zreladdr-y += 0x80008000
params_phys-y := 0x80000100
initrd_phys-y := 0x80800000
+
+dtb-$(CONFIG_SOC_OMAP2420) += omap2420-h4.dtb
+dtb-$(CONFIG_ARCH_OMAP3) += omap3-beagle.dtb omap3-evm.dtb
+dtb-$(CONFIG_ARCH_OMAP4) += omap4-panda.dtb omap4-pandaES.dtb
+dtb-$(CONFIG_ARCH_OMAP4) += omap4-var_som.dtb omap4-sdp.dtb
+dtb-$(CONFIG_SOC_OMAP5) += omap5-evm.dtb
--
1.7.10.1.488.g05fbf7a
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: omap: add dtb targets
2012-08-23 16:51 [PATCH] ARM: omap: add dtb targets Olof Johansson
@ 2012-08-24 20:18 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2012-08-24 20:18 UTC (permalink / raw)
To: linux-arm-kernel
* Olof Johansson <olof@lixom.net> [120823 09:52]:
> Makes it easier to just do 'make dtbs' for whatever the kernel was
> configured for, just like some other platforms.
Thanks applying into omap devel-dt branch.
Tony
> Signed-off-by: Olof Johansson <olof@lixom.net>
> ---
> arch/arm/mach-omap2/Makefile.boot | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm/mach-omap2/Makefile.boot b/arch/arm/mach-omap2/Makefile.boot
> index b03e562..6cf1c2d 100644
> --- a/arch/arm/mach-omap2/Makefile.boot
> +++ b/arch/arm/mach-omap2/Makefile.boot
> @@ -1,3 +1,9 @@
> zreladdr-y += 0x80008000
> params_phys-y := 0x80000100
> initrd_phys-y := 0x80800000
> +
> +dtb-$(CONFIG_SOC_OMAP2420) += omap2420-h4.dtb
> +dtb-$(CONFIG_ARCH_OMAP3) += omap3-beagle.dtb omap3-evm.dtb
> +dtb-$(CONFIG_ARCH_OMAP4) += omap4-panda.dtb omap4-pandaES.dtb
> +dtb-$(CONFIG_ARCH_OMAP4) += omap4-var_som.dtb omap4-sdp.dtb
> +dtb-$(CONFIG_SOC_OMAP5) += omap5-evm.dtb
> --
> 1.7.10.1.488.g05fbf7a
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-24 20:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-23 16:51 [PATCH] ARM: omap: add dtb targets Olof Johansson
2012-08-24 20:18 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).