Re: [U-Boot] device tree compilation problems.

2012-04-13 Thread Simon Glass
Hi Wolfgang, On Mon, Jan 23, 2012 at 12:08 AM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message capnjgz3s2+w0ppyuh8c4jqgsemsbzwwdeqbquwkz_bf1o0o...@mail.gmail.com you wrote:  $(DT_BIN): $(TOPDIR)/board/$(VENDOR)/dts/$(DEVICE_TREE).dts -       cat $ | $(CPP) -P

Re: [U-Boot] device tree compilation problems.

2012-01-23 Thread Wolfgang Denk
Dear Simon Glass, In message capnjgz3s2+w0ppyuh8c4jqgsemsbzwwdeqbquwkz_bf1o0o...@mail.gmail.com you wrote: $(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

[U-Boot] device tree compilation problems.

2012-01-22 Thread hanumant
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):

Re: [U-Boot] device tree compilation problems.

2012-01-22 Thread Simon Glass
Hi, On Sun, Jan 22, 2012 at 6:16 PM, hanumant hanuman...@gmail.com wrote: 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