All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: boot: dts: build keystone devicetree blob
@ 2014-03-12 15:48 ` Felipe Balbi
  0 siblings, 0 replies; 18+ messages in thread
From: Felipe Balbi @ 2014-03-12 15:48 UTC (permalink / raw)
  To: linux-arm-kernel

Currently, even when building keystone only
kernel builds, DTB won't get build because
we lack a Makefile rule to get it compiled.

This patch adds that rule so mainline kernel
users have a chance to use up-to-date DTB on
keystone 2 platforms.

Signed-off-by: Felipe Balbi <balbi@ti.com>
---

note that I just tried this on top of linux-next
(commit 69d5cdda16b3c9767b82d80b07edb9bb056448e3)
and, even though dtb builds fine, I still couldn't
get keystone_defconfig uImage to boot fine.

It's probably my LOADADDR which is wrong.

Santosh, what's the LOADADDR I should be using
for keystone boots ?

 arch/arm/boot/dts/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index ae208a6..52c5231 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -82,6 +82,7 @@ dtb-$(CONFIG_ARCH_HIGHBANK) += highbank.dtb \
 	ecx-2000.dtb
 dtb-$(CONFIG_ARCH_INTEGRATOR) += integratorap.dtb \
 	integratorcp.dtb
+dtb-$(CONFIG_ARCH_KEYSTONE) += k2hk-evm.dtb
 kirkwood := \
 	kirkwood-b3.dtb \
 	kirkwood-cloudbox.dtb \
-- 
1.9.0.167.g384364b

^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2014-03-25 13:22 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-12 15:48 [PATCH] arm: boot: dts: build keystone devicetree blob Felipe Balbi
2014-03-12 15:48 ` Felipe Balbi
2014-03-12 15:48 ` Felipe Balbi
2014-03-12 16:35 ` Santosh Shilimkar
2014-03-12 16:35   ` Santosh Shilimkar
2014-03-12 16:35   ` Santosh Shilimkar
2014-03-12 16:53   ` Felipe Balbi
2014-03-12 16:53     ` Felipe Balbi
2014-03-12 16:53     ` Felipe Balbi
2014-03-21 14:40   ` Santosh Shilimkar
2014-03-21 14:40     ` Santosh Shilimkar
2014-03-21 14:40     ` Santosh Shilimkar
2014-03-21 14:43     ` Felipe Balbi
2014-03-21 14:43       ` Felipe Balbi
2014-03-21 14:43       ` Felipe Balbi
2014-03-25 13:21       ` Santosh Shilimkar
2014-03-25 13:21         ` Santosh Shilimkar
2014-03-25 13:21         ` Santosh Shilimkar

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.