All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] device tree compilation problems.
@ 2012-01-23  2:16 hanumant
  2012-01-23  7:09 ` Simon Glass
  0 siblings, 1 reply; 4+ messages in thread
From: hanumant @ 2012-01-23  2:16 UTC (permalink / raw)
  To: u-boot

Hi

    I am getting DTC when compiling dts file with CONFIG_OF_CONTROL.
The message says that it cannot find skeleton.dtsi though its placed
in the same directory as the dts file. I notice that if i remove this
line from the dts Makefile, the error disappears


  $(DT_BIN): $(TOPDIR)/board/$(VENDOR)/dts/$(DEVICE_TREE).dts
-       cat $< | $(CPP) -P $(DTS_CPPFLAGS) - >$@.tmp
-       $(DTC) -R 4 -p 0x1000 -O dtb -o ${DT_BIN} $@.tmp
-       rm $@.tmp
+       $(DTC) -R 4 -p 0x1000 -O dtb -o ${DT_BIN} $<

Has anyone faced this issue?

Thanks
Hanumant

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

end of thread, other threads:[~2012-04-13 17:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-23  2:16 [U-Boot] device tree compilation problems hanumant
2012-01-23  7:09 ` Simon Glass
2012-01-23  8:08   ` Wolfgang Denk
2012-04-13 17:45     ` Simon Glass

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.